Html Css Color HEX #80B96A Mantis

📋 copy color: '#80B96A'

red 128 ◦ green 185 ◦ blue 106

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

Shades of Mantis #80B96A

Tints of Mantis #80B96A

RGB

 RED value IS 128 (50.39% from 255) = 30.55%

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

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

R = 30.55%
G = 44.15%
B = 25.3%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#80B96A (or 0x80B96A) is known color: Mantis. HEX triplet: 80, B9 and 6A. RGB value is (128,185,106). Sum of RGB (Red+Green+Blue) = 128+185+106=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 185 - color contains mainly: green. Hex color #80B96A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B96A is #7F4695. Grayscale: #9F9F9F. Windows color (decimal): -8341142 or 6994304. OLE color: 6994304.

HSL color Cylindrical-coordinate representation of color #80B96A: hue angle of 103.29º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80B96A is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 185 106 -
CMYK 0.31 0 0.43 0.27
HSL 103.29º 0.36% 0.57% -
HSV(B) 103.29º 0.43% 0.73% -
XYZ 28.85 40.33 19.9 -
YUV 158.95 98.12 105.92 -
System Red Green Blue C M Y K H S L
Decimal 128 185 106 0.31 0 0.43 0.27 103.29 0.36 0.57
Hex 80 B9 6A 1F 0 2B 1B 67 24 39
Octal 200 271 152 37 0 53 33 147 44 71
Binary 10000000 10111001 1101010 11111 0 101011 11011 1100111 100100 111001

Color Harmonies of #80B96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B96A

Black with #80B96A

Text Example


Text Example

White with #80B96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80B96A; }

 p { color: rgb(128,185,106); }

 H1.HeaderClassName
 {
   color: #80B96A;
 }
 .AnyTagClassName
 {
   color: #80B96A;
 }
</style>

background-color css

<style>
 a { background-color: #80B96A; }

 a { background-color: rgb(128,185,106); }

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

border-color css

<style>
 span { border-color: #80B96A; }

 span { border-color: rgb(128,185,106); }

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