#85ba11

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

Shades of Lima #85BA11

Tints of Lima #85BA11

Color information

#85BA11 (or 0x85BA11) is unknown color: approx Lima. HEX triplet: 85, BA and 11. RGB value is (133,186,17). Sum of RGB (Red+Green+Blue) = 133+186+17=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 186 (73.05% from 255 or 55.36% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BA11 is #7A45EE. Grayscale: #979797. Windows color (decimal): -8013295 or 1161861. OLE color: 1161861.

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

Color convert

RGB13318617-
CMYK0.2800.910.27
HSL78.82º83.25%39.8%-
HSV(B)78.82º90.86%72.94%-
XYZ27.3340.146.84-
YUV150.8952.44115.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.58%
GREEN value IS 186 (73.05% from 255) = 55.36%
BLUE value IS 17 (7.03% from 255) = 5.06%
R=39.58%
G=55.36%
B=5.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal133186170.2800.910.2778.8283.2539.8
Hex85BA111C05B1B4f5328
Octal205272213401333311712350
Binary10000101101110101000111100010110111101110011111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ba11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,186,17); }

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

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

 a { background-color: rgb(133,186,17); }

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

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

 span { border-color: rgb(133,186,17); }

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