Html Css Color HEX #82B949 Mantis

📋 copy color: '#82B949'

red 130 ◦ green 185 ◦ blue 73

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

Shades of Mantis #82B949

Tints of Mantis #82B949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.81%

R = 33.51%
G = 47.68%
B = 18.81%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#82B949 (or 0x82B949) is known color: Mantis. HEX triplet: 82, B9 and 49. RGB value is (130,185,73). Sum of RGB (Red+Green+Blue) = 130+185+73=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 185 (72.66% from 255 or 47.68% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 185 - color contains mainly: green. Hex color #82B949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B949 is #7D46B6. Grayscale: #9C9C9C. Windows color (decimal): -8210103 or 4831618. OLE color: 4831618.

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

Color convert

RGB 130 185 73 -
CMYK 0.30 0 0.61 0.27
HSL 89.46º 0.44% 0.51% -
HSV(B) 89.46º 0.61% 0.73% -
XYZ 27.76 39.92 12.55 -
YUV 155.79 81.28 109.61 -
System Red Green Blue C M Y K H S L
Decimal 130 185 73 0.30 0 0.61 0.27 89.46 0.44 0.51
Hex 82 B9 49 1E 0 3D 1B 59 2C 33
Octal 202 271 111 36 0 75 33 131 54 63
Binary 10000010 10111001 1001001 11110 0 111101 11011 1011001 101100 110011

Color Harmonies of #82B949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B949

Black with #82B949

Text Example


Text Example

White with #82B949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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