Html Css Color HEX #86B710 Lima

📋 copy color: '#86B710'

red 134 ◦ green 183 ◦ blue 16

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

Shades of Lima #86B710

Tints of Lima #86B710

RGB

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

 GREEN value IS 183 (71.88% from 255) = 54.95%

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

R = 40.24%
G = 54.95%
B = 4.8%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#86B710 (or 0x86B710) is known color: Lima. HEX triplet: 86, B7 and 10. RGB value is (134,183,16). Sum of RGB (Red+Green+Blue) = 134+183+16=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 183 (71.88% from 255 or 54.95% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 183 - color contains mainly: green. Hex color #86B710 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86B710 is #7948EF. Grayscale: #959595. Windows color (decimal): -7948528 or 1095558. OLE color: 1095558.

HSL color Cylindrical-coordinate representation of color #86B710: hue angle of 77.6º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86B710 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 134 183 16 -
CMYK 0.27 0 0.91 0.28
HSL 77.6º 0.84% 0.39% -
HSV(B) 77.6º 0.91% 0.72% -
XYZ 26.86 38.97 6.6 -
YUV 149.31 52.77 117.08 -
System Red Green Blue C M Y K H S L
Decimal 134 183 16 0.27 0 0.91 0.28 77.6 0.84 0.39
Hex 86 B7 10 1B 0 5B 1C 4E 54 27
Octal 206 267 20 33 0 133 34 116 124 47
Binary 10000110 10110111 10000 11011 0 1011011 11100 1001110 1010100 100111

Color Harmonies of #86B710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B710

Black with #86B710

Text Example


Text Example

White with #86B710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,183,16); }

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

background-color css

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

 a { background-color: rgb(134,183,16); }

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

border-color css

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

 span { border-color: rgb(134,183,16); }

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