#86A806

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

Shades of Citrus #86A806

Tints of Citrus #86A806

Color information

#86A806 (or 0x86A806) is unknown color: approx Citrus. HEX triplet: 86, A8 and 06. RGB value is (134,168,6). Sum of RGB (Red+Green+Blue) = 134+168+6=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 168 (66.02% from 255 or 54.55% from 308); Blue value is 6 (2.73% from 255 or 1.95% from 308); Max value from RGB is 168 - color contains mainly: green. Hex color #86A806 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86A806 is #7957F9. Grayscale: #8B8B8B. Windows color (decimal): -7952378 or 436358. OLE color: 436358.

HSL color Cylindrical-coordinate representation of color #86A806: hue angle of 72.59º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #86A806 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB1341686-
CMYK0.2000.960.34
HSL72.59º93.1%34.12%-
HSV(B)72.59º96.43%65.88%-
XYZ23.8733.095.3-
YUV139.3752.74124.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.51%
GREEN value IS 168 (66.02% from 255) = 54.55%
BLUE value IS 6 (2.73% from 255) = 1.95%
R=43.51%
G=54.55%
B=1.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal13416860.2000.960.3472.5993.134.12
Hex86A861406022495d22
Octal20625062401404211113542
Binary1000011010101000110101000110000010001010010011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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