#8CA406

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

Shades of Citrus #8CA406

Tints of Citrus #8CA406

Color information

#8CA406 (or 0x8CA406) is unknown color: approx Citrus. HEX triplet: 8C, A4 and 06. RGB value is (140,164,6). Sum of RGB (Red+Green+Blue) = 140+164+6=310 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.16% from 310); Green value is 164 (64.45% from 255 or 52.90% from 310); Blue value is 6 (2.73% from 255 or 1.94% from 310); Max value from RGB is 164 - color contains mainly: green. Hex color #8CA406 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CA406 is #735BF9. Grayscale: #8B8B8B. Windows color (decimal): -7560186 or 435340. OLE color: 435340.

HSL color Cylindrical-coordinate representation of color #8CA406: hue angle of 69.11º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8CA406 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB1401646-
CMYK0.1500.960.36
HSL69.11º92.94%33.33%-
HSV(B)69.11º96.34%64.31%-
XYZ24.1232.145.1-
YUV138.8153.05128.85-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.16%
GREEN value IS 164 (64.45% from 255) = 52.90%
BLUE value IS 6 (2.73% from 255) = 1.94%
R=45.16%
G=52.90%
B=1.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14016460.1500.960.3669.1192.9433.33
Hex8CA46F06024455d21
Octal21424461701404410513541
Binary100011001010010011011110110000010010010001011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CA406; }

 p { color: rgb(140,164,6); }

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

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

 a { background-color: rgb(140,164,6); }

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

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

 span { border-color: rgb(140,164,6); }

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