#85AC06

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

Shades of Citrus #85AC06

Tints of Citrus #85AC06

Color information

#85AC06 (or 0x85AC06) is unknown color: approx Citrus. HEX triplet: 85, AC and 06. RGB value is (133,172,6). Sum of RGB (Red+Green+Blue) = 133+172+6=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 172 (67.58% from 255 or 55.31% from 311); Blue value is 6 (2.73% from 255 or 1.93% from 311); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85AC06 is #7A53F9. Grayscale: #8E8E8E. Windows color (decimal): -8016890 or 437381. OLE color: 437381.

HSL color Cylindrical-coordinate representation of color #85AC06: hue angle of 74.1º 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 #85AC06 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB1331726-
CMYK0.2300.970.33
HSL74.1º93.26%34.9%-
HSV(B)74.1º96.51%67.45%-
XYZ24.4634.55.54-
YUV141.4251.58122-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.77%
GREEN value IS 172 (67.58% from 255) = 55.31%
BLUE value IS 6 (2.73% from 255) = 1.93%
R=42.77%
G=55.31%
B=1.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13317260.2300.970.3374.193.2634.9
Hex85AC617061214a5d23
Octal20525462701414111213543
Binary1000010110101100110101110110000110000110010101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AC06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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