#85AB0F

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

Shades of Lima #85AB0F

Tints of Lima #85AB0F

Color information

#85AB0F (or 0x85AB0F) is unknown color: approx Lima. HEX triplet: 85, AB and 0F. RGB value is (133,171,15). Sum of RGB (Red+Green+Blue) = 133+171+15=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 171 (67.19% from 255 or 53.61% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85AB0F is #7A54F0. Grayscale: #8E8E8E. Windows color (decimal): -8017137 or 1026949. OLE color: 1026949.

HSL color Cylindrical-coordinate representation of color #85AB0F: hue angle of 74.62º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85AB0F is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB13317115-
CMYK0.2200.910.33
HSL74.62º83.87%36.47%-
HSV(B)74.62º91.23%67.06%-
XYZ24.3234.155.76-
YUV141.8556.41121.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.69%
GREEN value IS 171 (67.19% from 255) = 53.61%
BLUE value IS 15 (6.25% from 255) = 4.70%
R=41.69%
G=53.61%
B=4.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133171150.2200.910.3374.6283.8736.47
Hex85ABF1605B214b5424
Octal205253172601334111312444
Binary10000101101010111111101100101101110000110010111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AB0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,171,15); }

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

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

 a { background-color: rgb(133,171,15); }

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

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

 span { border-color: rgb(133,171,15); }

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