Html Css Color HEX #84B970 Mantis

📋 copy color: '#84B970'

red 132 ◦ green 185 ◦ blue 112

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

Shades of Mantis #84B970

Tints of Mantis #84B970

RGB

 RED value IS 132 (51.95% from 255) = 30.77%

 GREEN value IS 185 (72.66% from 255) = 43.12%

 BLUE value IS 112 (44.14% from 255) = 26.11%

R = 30.77%
G = 43.12%
B = 26.11%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#84B970 (or 0x84B970) is known color: Mantis. HEX triplet: 84, B9 and 70. RGB value is (132,185,112). Sum of RGB (Red+Green+Blue) = 132+185+112=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 185 (72.66% from 255 or 43.12% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 185 - color contains mainly: green. Hex color #84B970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B970 is #7B468F. Grayscale: #A1A1A1. Windows color (decimal): -8078992 or 7387524. OLE color: 7387524.

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

Color convert

RGB 132 185 112 -
CMYK 0.29 0 0.39 0.27
HSL 103.56º 0.34% 0.58% -
HSV(B) 103.56º 0.39% 0.73% -
XYZ 29.79 40.77 21.63 -
YUV 160.83 100.44 107.44 -
System Red Green Blue C M Y K H S L
Decimal 132 185 112 0.29 0 0.39 0.27 103.56 0.34 0.58
Hex 84 B9 70 1D 0 27 1B 68 22 3A
Octal 204 271 160 35 0 47 33 150 42 72
Binary 10000100 10111001 1110000 11101 0 100111 11011 1101000 100010 111010

Color Harmonies of #84B970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B970

Black with #84B970

Text Example


Text Example

White with #84B970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84B970;
 }
 .AnyTagClassName
 {
   color: #84B970;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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