#869221

Color #869221 Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #869221

Tints of Citron #869221

Color information

#869221 (or 0x869221) is unknown color: approx Citron. HEX triplet: 86, 92 and 21. RGB value is (134,146,33). Sum of RGB (Red+Green+Blue) = 134+146+33=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 146 (57.42% from 255 or 46.65% from 313); Blue value is 33 (13.28% from 255 or 10.54% from 313); Max value from RGB is 146 - color contains mainly: green. Hex color #869221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869221 is #796DDE. Grayscale: #818181. Windows color (decimal): -7957983 or 2200198. OLE color: 2200198.

HSL color Cylindrical-coordinate representation of color #869221: hue angle of 66.37º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #869221 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB13414633-
CMYK0.0800.770.43
HSL66.37º63.13%35.1%-
HSV(B)66.37º77.4%57.25%-
XYZ20.3825.745.33-
YUV129.5373.52131.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 42.81%
GREEN value IS 146 (57.42% from 255) = 46.65%
BLUE value IS 33 (13.28% from 255) = 10.54%
R=42.81%
G=46.65%
B=10.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134146330.0800.770.4366.3763.1335.1
Hex869221804D2B423f23
Octal20622241100115531027743
Binary10000110100100101000011000010011011010111000010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869221; }

 p { color: rgb(134,146,33); }

 H1.HeaderClassName
 {
   color: #869221;
 }
 .AnyTagClassName
 {
   color: #869221;
 }
</style>
background-color css

<style>
 a { background-color: #869221; }

 a { background-color: rgb(134,146,33); }

 div.DivClassName
 {
   background-color: #869221;
 }
 .BgClassName
 {
   background-color: #869221;
 }
</style>
border-color css

<style>
 span { border-color: #869221; }

 span { border-color: rgb(134,146,33); }

 td.TdClassName
 {
   border-color: #869221;
 }
 .TagClassName
 {
   border-color: #869221;
 }
</style>