#85B512

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

Shades of Lima #85B512

Tints of Lima #85B512

Color information

#85B512 (or 0x85B512) is unknown color: approx Lima. HEX triplet: 85, B5 and 12. RGB value is (133,181,18). Sum of RGB (Red+Green+Blue) = 133+181+18=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 181 (71.09% from 255 or 54.52% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 181 - color contains mainly: green. Hex color #85B512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B512 is #7A4AED. Grayscale: #949494. Windows color (decimal): -8014574 or 1226117. OLE color: 1226117.

HSL color Cylindrical-coordinate representation of color #85B512: hue angle of 77.67º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85B512 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB13318118-
CMYK0.2700.900.29
HSL77.67º81.91%39.02%-
HSV(B)77.67º90.06%70.98%-
XYZ26.3138.086.54-
YUV148.0754.6117.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.06%
GREEN value IS 181 (71.09% from 255) = 54.52%
BLUE value IS 18 (7.42% from 255) = 5.42%
R=40.06%
G=54.52%
B=5.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal133181180.2700.900.2977.6781.9139.02
Hex85B5121B05A1D4e5227
Octal205265223301323511612247
Binary10000101101101011001011011010110101110110011101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,181,18); }

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

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

 a { background-color: rgb(133,181,18); }

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

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

 span { border-color: rgb(133,181,18); }

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