#85b117

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

Shades of Lima #85B117

Tints of Lima #85B117

Color information

#85B117 (or 0x85B117) is unknown color: approx Lima. HEX triplet: 85, B1 and 17. RGB value is (133,177,23). Sum of RGB (Red+Green+Blue) = 133+177+23=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 177 (69.53% from 255 or 53.15% from 333); Blue value is 23 (9.38% from 255 or 6.91% from 333); Max value from RGB is 177 - color contains mainly: green. Hex color #85B117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85B117 is #7A4EE8. Grayscale: #929292. Windows color (decimal): -8015593 or 1552773. OLE color: 1552773.

HSL color Cylindrical-coordinate representation of color #85B117: hue angle of 77.14º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85B117 is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB13317723-
CMYK0.2500.870.31
HSL77.14º77%39.22%-
HSV(B)77.14º87.01%69.41%-
XYZ25.5536.496.51-
YUV146.2958.42118.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.94%
GREEN value IS 177 (69.53% from 255) = 53.15%
BLUE value IS 23 (9.38% from 255) = 6.91%
R=39.94%
G=53.15%
B=6.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal133177230.2500.870.3177.147739.22
Hex85B117190571F4d4d27
Octal205261273101273711511547
Binary10000101101100011011111001010101111111110011011001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85b117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,177,23); }

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

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

 a { background-color: rgb(133,177,23); }

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

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

 span { border-color: rgb(133,177,23); }

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