#86AC06

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

Shades of Citrus #86AC06

Tints of Citrus #86AC06

Color information

#86AC06 (or 0x86AC06) is unknown color: approx Citrus. HEX triplet: 86, AC and 06. RGB value is (134,172,6). Sum of RGB (Red+Green+Blue) = 134+172+6=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 172 (67.58% from 255 or 55.13% from 312); Blue value is 6 (2.73% from 255 or 1.92% from 312); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86AC06 is #7953F9. Grayscale: #8E8E8E. Windows color (decimal): -7951354 or 437382. OLE color: 437382.

HSL color Cylindrical-coordinate representation of color #86AC06: hue angle of 73.73º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #86AC06 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB1341726-
CMYK0.2200.970.33
HSL73.73º93.26%34.9%-
HSV(B)73.73º96.51%67.45%-
XYZ24.6234.595.55-
YUV141.7151.41122.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.95%
GREEN value IS 172 (67.58% from 255) = 55.13%
BLUE value IS 6 (2.73% from 255) = 1.92%
R=42.95%
G=55.13%
B=1.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13417260.2200.970.3373.7393.2634.9
Hex86AC616061214a5d23
Octal20625462601414111213543
Binary1000011010101100110101100110000110000110010101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AC06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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