#85A206

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

Shades of Citron #85A206

Tints of Citron #85A206

Color information

#85A206 (or 0x85A206) is unknown color: approx Citron. HEX triplet: 85, A2 and 06. RGB value is (133,162,6). Sum of RGB (Red+Green+Blue) = 133+162+6=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 162 (63.67% from 255 or 53.82% from 301); Blue value is 6 (2.73% from 255 or 1.99% from 301); Max value from RGB is 162 - color contains mainly: green. Hex color #85A206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85A206 is #7A5DF9. Grayscale: #888888. Windows color (decimal): -8019450 or 434821. OLE color: 434821.

HSL color Cylindrical-coordinate representation of color #85A206: hue angle of 71.15º 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 #85A206 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB1331626-
CMYK0.1800.960.36
HSL71.15º92.86%32.94%-
HSV(B)71.15º96.3%63.53%-
XYZ22.6330.844.93-
YUV135.5454.89126.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.19%
GREEN value IS 162 (63.67% from 255) = 53.82%
BLUE value IS 6 (2.73% from 255) = 1.99%
R=44.19%
G=53.82%
B=1.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal13316260.1800.960.3671.1592.8632.94
Hex85A261206024475d21
Octal20524262201404410713541
Binary1000010110100010110100100110000010010010001111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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