#85A80D

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

Shades of Lima #85A80D

Tints of Lima #85A80D

Color information

#85A80D (or 0x85A80D) is unknown color: approx Lima. HEX triplet: 85, A8 and 0D. RGB value is (133,168,13). Sum of RGB (Red+Green+Blue) = 133+168+13=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 168 (66.02% from 255 or 53.50% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 168 - color contains mainly: green. Hex color #85A80D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85A80D is #7A57F2. Grayscale: #8C8C8C. Windows color (decimal): -8017907 or 895109. OLE color: 895109.

HSL color Cylindrical-coordinate representation of color #85A80D: hue angle of 73.55º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85A80D is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB13316813-
CMYK0.2100.920.34
HSL73.55º85.64%35.49%-
HSV(B)73.55º92.26%65.88%-
XYZ23.7533.025.5-
YUV139.8656.4123.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.36%
GREEN value IS 168 (66.02% from 255) = 53.50%
BLUE value IS 13 (5.47% from 255) = 4.14%
R=42.36%
G=53.50%
B=4.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal133168130.2100.920.3473.5585.6435.49
Hex85A8D1505C224a5623
Octal205250152501344211212643
Binary10000101101010001101101010101110010001010010101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A80D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,168,13); }

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

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

 a { background-color: rgb(133,168,13); }

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

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

 span { border-color: rgb(133,168,13); }

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