Html Css Color HEX #86B466 Mantis

📋 copy color: '#86B466'

red 134 ◦ green 180 ◦ blue 102

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

Shades of Mantis #86B466

Tints of Mantis #86B466

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.27%

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

R = 32.21%
G = 43.27%
B = 24.52%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#86B466 (or 0x86B466) is known color: Mantis. HEX triplet: 86, B4 and 66. RGB value is (134,180,102). Sum of RGB (Red+Green+Blue) = 134+180+102=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 180 - color contains mainly: green. Hex color #86B466 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B466 is #794B99. Grayscale: #9D9D9D. Windows color (decimal): -7949210 or 6730886. OLE color: 6730886.

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

Color convert

RGB 134 180 102 -
CMYK 0.26 0 0.43 0.29
HSL 95.38º 0.34% 0.55% -
HSV(B) 95.38º 0.43% 0.71% -
XYZ 28.55 38.67 18.53 -
YUV 157.35 96.76 111.34 -
System Red Green Blue C M Y K H S L
Decimal 134 180 102 0.26 0 0.43 0.29 95.38 0.34 0.55
Hex 86 B4 66 1A 0 2B 1D 5F 22 37
Octal 206 264 146 32 0 53 35 137 42 67
Binary 10000110 10110100 1100110 11010 0 101011 11101 1011111 100010 110111

Color Harmonies of #86B466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B466

Black with #86B466

Text Example


Text Example

White with #86B466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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