Html Css Color HEX #86B112 Lima

📋 copy color: '#86B112'

red 134 ◦ green 177 ◦ blue 18

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

Shades of Lima #86B112

Tints of Lima #86B112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.47%

R = 40.73%
G = 53.8%
B = 5.47%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#86B112 (or 0x86B112) is known color: Lima. HEX triplet: 86, B1 and 12. RGB value is (134,177,18). Sum of RGB (Red+Green+Blue) = 134+177+18=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 177 (69.53% from 255 or 53.80% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 177 - color contains mainly: green. Hex color #86B112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86B112 is #794EED. Grayscale: #929292. Windows color (decimal): -7950062 or 1225094. OLE color: 1225094.

HSL color Cylindrical-coordinate representation of color #86B112: hue angle of 76.23º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86B112 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 134 177 18 -
CMYK 0.24 0 0.90 0.31
HSL 76.23º 0.82% 0.38% -
HSV(B) 76.23º 0.9% 0.69% -
XYZ 25.66 36.56 6.28 -
YUV 146.02 55.75 119.43 -
System Red Green Blue C M Y K H S L
Decimal 134 177 18 0.24 0 0.90 0.31 76.23 0.82 0.38
Hex 86 B1 12 18 0 5A 1F 4C 52 26
Octal 206 261 22 30 0 132 37 114 122 46
Binary 10000110 10110001 10010 11000 0 1011010 11111 1001100 1010010 100110

Color Harmonies of #86B112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B112

Black with #86B112

Text Example


Text Example

White with #86B112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,177,18); }

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

background-color css

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

 a { background-color: rgb(134,177,18); }

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

border-color css

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

 span { border-color: rgb(134,177,18); }

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