#85A60E

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

Shades of Lima #85A60E

Tints of Lima #85A60E

Color information

#85A60E (or 0x85A60E) is unknown color: approx Lima. HEX triplet: 85, A6 and 0E. RGB value is (133,166,14). Sum of RGB (Red+Green+Blue) = 133+166+14=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 166 (65.23% from 255 or 53.04% from 313); Blue value is 14 (5.86% from 255 or 4.47% from 313); Max value from RGB is 166 - color contains mainly: green. Hex color #85A60E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85A60E is #7A59F1. Grayscale: #8B8B8B. Windows color (decimal): -8018418 or 960133. OLE color: 960133.

HSL color Cylindrical-coordinate representation of color #85A60E: hue angle of 73.03º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85A60E is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB13316614-
CMYK0.2000.920.35
HSL73.03º84.44%35.29%-
HSV(B)73.03º91.57%65.1%-
XYZ23.3932.295.42-
YUV138.857.57123.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.49%
GREEN value IS 166 (65.23% from 255) = 53.04%
BLUE value IS 14 (5.86% from 255) = 4.47%
R=42.49%
G=53.04%
B=4.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal133166140.2000.920.3573.0384.4435.29
Hex85A6E1405C23495423
Octal205246162401344311112443
Binary10000101101001101110101000101110010001110010011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A60E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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