#85B918

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

Shades of Lima #85B918

Tints of Lima #85B918

Color information

#85B918 (or 0x85B918) is unknown color: approx Lima. HEX triplet: 85, B9 and 18. RGB value is (133,185,24). Sum of RGB (Red+Green+Blue) = 133+185+24=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 185 (72.66% from 255 or 54.09% from 342); Blue value is 24 (9.77% from 255 or 7.02% from 342); Max value from RGB is 185 - color contains mainly: green. Hex color #85B918 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B918 is #7A46E7. Grayscale: #979797. Windows color (decimal): -8013544 or 1620357. OLE color: 1620357.

HSL color Cylindrical-coordinate representation of color #85B918: hue angle of 79.38º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85B918 is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB13318524-
CMYK0.2800.870.27
HSL79.38º77.03%40.98%-
HSV(B)79.38º87.03%72.55%-
XYZ27.1939.757.1-
YUV151.156.27115.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.89%
GREEN value IS 185 (72.66% from 255) = 54.09%
BLUE value IS 24 (9.77% from 255) = 7.02%
R=38.89%
G=54.09%
B=7.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal133185240.2800.870.2779.3877.0340.98
Hex85B9181C0571B4f4d29
Octal205271303401273311711551
Binary10000101101110011100011100010101111101110011111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,185,24); }

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

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

 a { background-color: rgb(133,185,24); }

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

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

 span { border-color: rgb(133,185,24); }

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