Html Css Color HEX #86B516 Lima

📋 copy color: '#86B516'

red 134 ◦ green 181 ◦ blue 22

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

Shades of Lima #86B516

Tints of Lima #86B516

RGB

 RED value IS 134 (52.73% from 255) = 39.76%

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

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

R = 39.76%
G = 53.71%
B = 6.53%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#86B516 (or 0x86B516) is known color: Lima. HEX triplet: 86, B5 and 16. RGB value is (134,181,22). Sum of RGB (Red+Green+Blue) = 134+181+22=337 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.76% from 337); Green value is 181 (71.09% from 255 or 53.71% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 181 - color contains mainly: green. Hex color #86B516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86B516 is #794AE9. Grayscale: #959595. Windows color (decimal): -7949034 or 1488262. OLE color: 1488262.

HSL color Cylindrical-coordinate representation of color #86B516: hue angle of 77.74º 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 #86B516 is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 134 181 22 -
CMYK 0.26 0 0.88 0.29
HSL 77.74º 0.78% 0.4% -
HSV(B) 77.74º 0.88% 0.71% -
XYZ 26.5 38.17 6.73 -
YUV 148.82 56.43 117.43 -
System Red Green Blue C M Y K H S L
Decimal 134 181 22 0.26 0 0.88 0.29 77.74 0.78 0.4
Hex 86 B5 16 1A 0 58 1D 4E 4E 28
Octal 206 265 26 32 0 130 35 116 116 50
Binary 10000110 10110101 10110 11010 0 1011000 11101 1001110 1001110 101000

Color Harmonies of #86B516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B516

Black with #86B516

Text Example


Text Example

White with #86B516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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