#84B96C

Color #84B96C Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #84B96C

Tints of Mantis #84B96C

Color information

#84B96C (or 0x84B96C) is unknown color: approx Mantis. HEX triplet: 84, B9 and 6C. RGB value is (132,185,108). Sum of RGB (Red+Green+Blue) = 132+185+108=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 185 - color contains mainly: green. Hex color #84B96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B96C is #7B4693. Grayscale: #A0A0A0. Windows color (decimal): -8078996 or 7125380. OLE color: 7125380.

HSL color Cylindrical-coordinate representation of color #84B96C: hue angle of 101.3º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84B96C is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB132185108-
CMYK0.2900.420.27
HSL101.3º35.48%57.45%-
HSV(B)101.3º41.62%72.55%-
XYZ29.5740.6920.48-
YUV160.3898.44107.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.06%
GREEN value IS 185 (72.66% from 255) = 43.53%
BLUE value IS 108 (42.58% from 255) = 25.41%
R=31.06%
G=43.53%
B=25.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321851080.2900.420.27101.335.4857.45
Hex84B96C1D02A1B652339
Octal20427115435052331454371
Binary10000100101110011101100111010101010110111100101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84B96C; }

 p { color: rgb(132,185,108); }

 H1.HeaderClassName
 {
   color: #84B96C;
 }
 .AnyTagClassName
 {
   color: #84B96C;
 }
</style>
background-color css

<style>
 a { background-color: #84B96C; }

 a { background-color: rgb(132,185,108); }

 div.DivClassName
 {
   background-color: #84B96C;
 }
 .BgClassName
 {
   background-color: #84B96C;
 }
</style>
border-color css

<style>
 span { border-color: #84B96C; }

 span { border-color: rgb(132,185,108); }

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