#86A006

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

Shades of Citron #86A006

Tints of Citron #86A006

Color information

#86A006 (or 0x86A006) is unknown color: approx Citron. HEX triplet: 86, A0 and 06. RGB value is (134,160,6). Sum of RGB (Red+Green+Blue) = 134+160+6=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 160 (62.89% from 255 or 53.33% from 300); Blue value is 6 (2.73% from 255 or 2% from 300); Max value from RGB is 160 - color contains mainly: green. Hex color #86A006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86A006 is #795FF9. Grayscale: #878787. Windows color (decimal): -7954426 or 434310. OLE color: 434310.

HSL color Cylindrical-coordinate representation of color #86A006: hue angle of 70.13º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #86A006 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB1341606-
CMYK0.1600.960.37
HSL70.13º92.77%32.55%-
HSV(B)70.13º96.25%62.75%-
XYZ22.4430.224.82-
YUV134.6755.39127.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.67%
GREEN value IS 160 (62.89% from 255) = 53.33%
BLUE value IS 6 (2.73% from 255) = 2%
R=44.67%
G=53.33%
B=2%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal13416060.1600.960.3770.1392.7732.55
Hex86A061006025465d21
Octal20624062001404510613541
Binary1000011010100000110100000110000010010110001101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86A006; }

 p { color: rgb(134,160,6); }

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

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

 a { background-color: rgb(134,160,6); }

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

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

 span { border-color: rgb(134,160,6); }

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