Html Css Color HEX #85B516 Lima

📋 copy color: '#85B516'

red 133 ◦ green 181 ◦ blue 22

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

Shades of Lima #85B516

Tints of Lima #85B516

RGB

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

 GREEN value IS 181 (71.09% from 255) = 53.87%

 BLUE value IS 22 (8.98% from 255) = 6.55%

R = 39.58%
G = 53.87%
B = 6.55%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#85B516 (or 0x85B516) is known color: Lima. HEX triplet: 85, B5 and 16. RGB value is (133,181,22). Sum of RGB (Red+Green+Blue) = 133+181+22=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 181 (71.09% from 255 or 53.87% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 181 - color contains mainly: green. Hex color #85B516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B516 is #7A4AE9. Grayscale: #959595. Windows color (decimal): -8014570 or 1488261. OLE color: 1488261.

HSL color Cylindrical-coordinate representation of color #85B516: hue angle of 78.11º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #85B516 is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 181 22 -
CMYK 0.27 0 0.88 0.29
HSL 78.11º 0.78% 0.4% -
HSV(B) 78.11º 0.88% 0.71% -
XYZ 26.34 38.09 6.72 -
YUV 148.52 56.6 116.93 -
System Red Green Blue C M Y K H S L
Decimal 133 181 22 0.27 0 0.88 0.29 78.11 0.78 0.4
Hex 85 B5 16 1B 0 58 1D 4E 4E 28
Octal 205 265 26 33 0 130 35 116 116 50
Binary 10000101 10110101 10110 11011 0 1011000 11101 1001110 1001110 101000

Color Harmonies of #85B516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B516

Black with #85B516

Text Example


Text Example

White with #85B516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,181,22); }

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

background-color css

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

 a { background-color: rgb(133,181,22); }

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

border-color css

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

 span { border-color: rgb(133,181,22); }

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