#85BA14

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

Shades of Lima #85BA14

Tints of Lima #85BA14

Color information

#85BA14 (or 0x85BA14) is unknown color: approx Lima. HEX triplet: 85, BA and 14. RGB value is (133,186,20). Sum of RGB (Red+Green+Blue) = 133+186+20=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 186 (73.05% from 255 or 54.87% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BA14 is #7A45EB. Grayscale: #979797. Windows color (decimal): -8013292 or 1358469. OLE color: 1358469.

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

Color convert

RGB13318620-
CMYK0.2800.890.27
HSL79.16º80.58%40.39%-
HSV(B)79.16º89.25%72.94%-
XYZ27.3640.156.97-
YUV151.2353.94115-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.23%
GREEN value IS 186 (73.05% from 255) = 54.87%
BLUE value IS 20 (8.20% from 255) = 5.90%
R=39.23%
G=54.87%
B=5.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal133186200.2800.890.2779.1680.5840.39
Hex85BA141C0591B4f5128
Octal205272243401313311712150
Binary10000101101110101010011100010110011101110011111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BA14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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