Html Css Color HEX #86B718 Lima

📋 copy color: '#86B718'

red 134 ◦ green 183 ◦ blue 24

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

Shades of Lima #86B718

Tints of Lima #86B718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.04%

R = 39.3%
G = 53.67%
B = 7.04%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#86B718 (or 0x86B718) is known color: Lima. HEX triplet: 86, B7 and 18. RGB value is (134,183,24). Sum of RGB (Red+Green+Blue) = 134+183+24=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 183 (71.88% from 255 or 53.67% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 183 - color contains mainly: green. Hex color #86B718 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86B718 is #7948E7. Grayscale: #969696. Windows color (decimal): -7948520 or 1619846. OLE color: 1619846.

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

Color convert

RGB 134 183 24 -
CMYK 0.27 0 0.87 0.28
HSL 78.49º 0.77% 0.41% -
HSV(B) 78.49º 0.87% 0.72% -
XYZ 26.93 39 6.97 -
YUV 150.22 56.77 116.43 -
System Red Green Blue C M Y K H S L
Decimal 134 183 24 0.27 0 0.87 0.28 78.49 0.77 0.41
Hex 86 B7 18 1B 0 57 1C 4E 4D 29
Octal 206 267 30 33 0 127 34 116 115 51
Binary 10000110 10110111 11000 11011 0 1010111 11100 1001110 1001101 101001

Color Harmonies of #86B718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B718

Black with #86B718

Text Example


Text Example

White with #86B718

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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