Html Css Color HEX #86B566 Mantis

📋 copy color: '#86B566'

red 134 ◦ green 181 ◦ blue 102

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

Shades of Mantis #86B566

Tints of Mantis #86B566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.46%

R = 32.13%
G = 43.41%
B = 24.46%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#86B566 (or 0x86B566) is known color: Mantis. HEX triplet: 86, B5 and 66. RGB value is (134,181,102). Sum of RGB (Red+Green+Blue) = 134+181+102=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 181 - color contains mainly: green. Hex color #86B566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B566 is #794A99. Grayscale: #9E9E9E. Windows color (decimal): -7948954 or 6731142. OLE color: 6731142.

HSL color Cylindrical-coordinate representation of color #86B566: hue angle of 95.7º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86B566 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 134 181 102 -
CMYK 0.26 0 0.44 0.29
HSL 95.7º 0.35% 0.55% -
HSV(B) 95.7º 0.44% 0.71% -
XYZ 28.75 39.08 18.6 -
YUV 157.94 96.43 110.92 -
System Red Green Blue C M Y K H S L
Decimal 134 181 102 0.26 0 0.44 0.29 95.7 0.35 0.55
Hex 86 B5 66 1A 0 2C 1D 60 23 37
Octal 206 265 146 32 0 54 35 140 43 67
Binary 10000110 10110101 1100110 11010 0 101100 11101 1100000 100011 110111

Color Harmonies of #86B566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B566

Black with #86B566

Text Example


Text Example

White with #86B566

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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