Html Css Color HEX #85B117 Lima

📋 copy color: '#85B117'

red 133 ◦ green 177 ◦ blue 23

#85B117
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #85B117

Tints of Lima #85B117

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 value IS 0.25

 M value IS 0

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#85B117 (or 0x85B117) is known color: 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

RGB 133 177 23 -
CMYK 0.25 0 0.87 0.31
HSL 77.14º 0.77% 0.39% -
HSV(B) 77.14º 0.87% 0.69% -
XYZ 25.55 36.49 6.51 -
YUV 146.29 58.42 118.52 -
System Red Green Blue C M Y K H S L
Decimal 133 177 23 0.25 0 0.87 0.31 77.14 0.77 0.39
Hex 85 B1 17 19 0 57 1F 4D 4D 27
Octal 205 261 27 31 0 127 37 115 115 47
Binary 10000101 10110001 10111 11001 0 1010111 11111 1001101 1001101 100111

Color Harmonies of #85B117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B117

Black with #85B117

Text Example


Text Example

White with #85B117

Text Example


Text Example

HTML Codes & Css Web 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>