#85A10E

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

Shades of Citron #85A10E

Tints of Citron #85A10E

Color information

#85A10E (or 0x85A10E) is unknown color: approx Citron. HEX triplet: 85, A1 and 0E. RGB value is (133,161,14). Sum of RGB (Red+Green+Blue) = 133+161+14=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 161 (63.28% from 255 or 52.27% from 308); Blue value is 14 (5.86% from 255 or 4.55% from 308); Max value from RGB is 161 - color contains mainly: green. Hex color #85A10E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85A10E is #7A5EF1. Grayscale: #888888. Windows color (decimal): -8019698 or 958853. OLE color: 958853.

HSL color Cylindrical-coordinate representation of color #85A10E: hue angle of 71.43º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85A10E is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB13316114-
CMYK0.1700.910.37
HSL71.43º84%34.31%-
HSV(B)71.43º91.3%63.14%-
XYZ22.530.515.12-
YUV135.8759.22125.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.18%
GREEN value IS 161 (63.28% from 255) = 52.27%
BLUE value IS 14 (5.86% from 255) = 4.55%
R=43.18%
G=52.27%
B=4.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal133161140.1700.910.3771.438434.31
Hex85A1E1105B25475422
Octal205241162101334510712442
Binary10000101101000011110100010101101110010110001111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A10E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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