#85BB12

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

Shades of Lima #85BB12

Tints of Lima #85BB12

Color information

#85BB12 (or 0x85BB12) is unknown color: approx Lima. HEX triplet: 85, BB and 12. RGB value is (133,187,18). Sum of RGB (Red+Green+Blue) = 133+187+18=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 187 (73.44% from 255 or 55.33% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 187 - color contains mainly: green. Hex color #85BB12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BB12 is #7A44ED. Grayscale: #989898. Windows color (decimal): -8013038 or 1227653. OLE color: 1227653.

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

Color convert

RGB13318718-
CMYK0.2900.900.27
HSL79.17º82.44%40.2%-
HSV(B)79.17º90.37%73.33%-
XYZ27.5540.576.95-
YUV151.5952.61114.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.35%
GREEN value IS 187 (73.44% from 255) = 55.33%
BLUE value IS 18 (7.42% from 255) = 5.33%
R=39.35%
G=55.33%
B=5.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal133187180.2900.900.2779.1782.4440.2
Hex85BB121D05A1B4f5228
Octal205273223501323311712250
Binary10000101101110111001011101010110101101110011111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BB12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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