Html Css Color HEX #84B26A Mantis

📋 copy color: '#84B26A'

red 132 ◦ green 178 ◦ blue 106

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

Shades of Mantis #84B26A

Tints of Mantis #84B26A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.79%

 BLUE value IS 106 (41.8% from 255) = 25.48%

R = 31.73%
G = 42.79%
B = 25.48%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#84B26A (or 0x84B26A) is known color: Mantis. HEX triplet: 84, B2 and 6A. RGB value is (132,178,106). Sum of RGB (Red+Green+Blue) = 132+178+106=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 178 - color contains mainly: green. Hex color #84B26A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84B26A is #7B4D95. Grayscale: #9C9C9C. Windows color (decimal): -8080790 or 6992516. OLE color: 6992516.

HSL color Cylindrical-coordinate representation of color #84B26A: hue angle of 98.33º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84B26A is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 132 178 106 -
CMYK 0.26 0 0.40 0.30
HSL 98.33º 0.32% 0.56% -
HSV(B) 98.33º 0.4% 0.7% -
XYZ 28.04 37.79 19.45 -
YUV 156.04 99.76 110.85 -
System Red Green Blue C M Y K H S L
Decimal 132 178 106 0.26 0 0.40 0.30 98.33 0.32 0.56
Hex 84 B2 6A 1A 0 28 1E 62 20 38
Octal 204 262 152 32 0 50 36 142 40 70
Binary 10000100 10110010 1101010 11010 0 101000 11110 1100010 100000 111000

Color Harmonies of #84B26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B26A

Black with #84B26A

Text Example


Text Example

White with #84B26A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,178,106); }

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

background-color css

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

 a { background-color: rgb(132,178,106); }

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

border-color css

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

 span { border-color: rgb(132,178,106); }

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