Html Css Color HEX #82B962 Mantis

📋 copy color: '#82B962'

red 130 ◦ green 185 ◦ blue 98

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

Shades of Mantis #82B962

Tints of Mantis #82B962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.73%

R = 31.48%
G = 44.79%
B = 23.73%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#82B962 (or 0x82B962) is known color: Mantis. HEX triplet: 82, B9 and 62. RGB value is (130,185,98). Sum of RGB (Red+Green+Blue) = 130+185+98=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 185 (72.66% from 255 or 44.79% from 413); Blue value is 98 (38.67% from 255 or 23.73% from 413); Max value from RGB is 185 - color contains mainly: green. Hex color #82B962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B962 is #7D469D. Grayscale: #9E9E9E. Windows color (decimal): -8210078 or 6470018. OLE color: 6470018.

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

Color convert

RGB 130 185 98 -
CMYK 0.30 0 0.47 0.27
HSL 97.93º 0.38% 0.55% -
HSV(B) 97.93º 0.47% 0.73% -
XYZ 28.76 40.33 17.82 -
YUV 158.64 93.78 107.57 -
System Red Green Blue C M Y K H S L
Decimal 130 185 98 0.30 0 0.47 0.27 97.93 0.38 0.55
Hex 82 B9 62 1E 0 2F 1B 62 26 37
Octal 202 271 142 36 0 57 33 142 46 67
Binary 10000010 10111001 1100010 11110 0 101111 11011 1100010 100110 110111

Color Harmonies of #82B962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B962

Black with #82B962

Text Example


Text Example

White with #82B962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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