Html Css Color HEX #85B110 Lima

📋 copy color: '#85B110'

red 133 ◦ green 177 ◦ blue 16

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

Shades of Lima #85B110

Tints of Lima #85B110

RGB

 RED value IS 133 (52.34% from 255) = 40.8%

 GREEN value IS 177 (69.53% from 255) = 54.29%

 BLUE value IS 16 (6.64% from 255) = 4.91%

R = 40.8%
G = 54.29%
B = 4.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#85B110 (or 0x85B110) is known color: Lima. HEX triplet: 85, B1 and 10. RGB value is (133,177,16). Sum of RGB (Red+Green+Blue) = 133+177+16=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 177 (69.53% from 255 or 54.29% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 177 - color contains mainly: green. Hex color #85B110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85B110 is #7A4EEF. Grayscale: #929292. Windows color (decimal): -8015600 or 1094021. OLE color: 1094021.

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

Color convert

RGB 133 177 16 -
CMYK 0.25 0 0.91 0.31
HSL 76.4º 0.83% 0.38% -
HSV(B) 76.4º 0.91% 0.69% -
XYZ 25.49 36.47 6.19 -
YUV 145.49 54.92 119.09 -
System Red Green Blue C M Y K H S L
Decimal 133 177 16 0.25 0 0.91 0.31 76.4 0.83 0.38
Hex 85 B1 10 19 0 5B 1F 4C 53 26
Octal 205 261 20 31 0 133 37 114 123 46
Binary 10000101 10110001 10000 11001 0 1011011 11111 1001100 1010011 100110

Color Harmonies of #85B110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B110

Black with #85B110

Text Example


Text Example

White with #85B110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85B110;
 }
 .AnyTagClassName
 {
   color: #85B110;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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