#85A20E

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

Shades of Citron #85A20E

Tints of Citron #85A20E

Color information

#85A20E (or 0x85A20E) is unknown color: approx Citron. HEX triplet: 85, A2 and 0E. RGB value is (133,162,14). Sum of RGB (Red+Green+Blue) = 133+162+14=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 162 (63.67% from 255 or 52.43% from 309); Blue value is 14 (5.86% from 255 or 4.53% from 309); Max value from RGB is 162 - color contains mainly: green. Hex color #85A20E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85A20E is #7A5DF1. Grayscale: #898989. Windows color (decimal): -8019442 or 959109. OLE color: 959109.

HSL color Cylindrical-coordinate representation of color #85A20E: hue angle of 71.76º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85A20E is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB13316214-
CMYK0.1800.910.36
HSL71.76º84.09%34.51%-
HSV(B)71.76º91.36%63.53%-
XYZ22.6730.865.18-
YUV136.4658.89125.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.04%
GREEN value IS 162 (63.67% from 255) = 52.43%
BLUE value IS 14 (5.86% from 255) = 4.53%
R=43.04%
G=52.43%
B=4.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal133162140.1800.910.3671.7684.0934.51
Hex85A2E1205B24485423
Octal205242162201334411012443
Binary10000101101000101110100100101101110010010010001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A20E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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