Html Css Color HEX #82B972 Mantis

📋 copy color: '#82B972'

red 130 ◦ green 185 ◦ blue 114

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

Shades of Mantis #82B972

Tints of Mantis #82B972

RGB

 RED value IS 130 (51.17% from 255) = 30.3%

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

 BLUE value IS 114 (44.92% from 255) = 26.57%

R = 30.3%
G = 43.12%
B = 26.57%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#82B972 (or 0x82B972) is known color: Mantis. HEX triplet: 82, B9 and 72. RGB value is (130,185,114). Sum of RGB (Red+Green+Blue) = 130+185+114=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 185 (72.66% from 255 or 43.12% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 185 - color contains mainly: green. Hex color #82B972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B972 is #7D468D. Grayscale: #A0A0A0. Windows color (decimal): -8210062 or 7518594. OLE color: 7518594.

HSL color Cylindrical-coordinate representation of color #82B972: hue angle of 106.48º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82B972 is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 185 114 -
CMYK 0.30 0 0.38 0.27
HSL 106.48º 0.34% 0.59% -
HSV(B) 106.48º 0.38% 0.73% -
XYZ 29.59 40.66 22.21 -
YUV 160.46 101.78 106.27 -
System Red Green Blue C M Y K H S L
Decimal 130 185 114 0.30 0 0.38 0.27 106.48 0.34 0.59
Hex 82 B9 72 1E 0 26 1B 6A 22 3B
Octal 202 271 162 36 0 46 33 152 42 73
Binary 10000010 10111001 1110010 11110 0 100110 11011 1101010 100010 111011

Color Harmonies of #82B972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B972

Black with #82B972

Text Example


Text Example

White with #82B972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82B972; }

 p { color: rgb(130,185,114); }

 H1.HeaderClassName
 {
   color: #82B972;
 }
 .AnyTagClassName
 {
   color: #82B972;
 }
</style>

background-color css

<style>
 a { background-color: #82B972; }

 a { background-color: rgb(130,185,114); }

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

border-color css

<style>
 span { border-color: #82B972; }

 span { border-color: rgb(130,185,114); }

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