Html Css Color HEX #82BA49 Mantis

📋 copy color: '#82BA49'

red 130 ◦ green 186 ◦ blue 73

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

Shades of Mantis #82BA49

Tints of Mantis #82BA49

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.81%

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

R = 33.42%
G = 47.81%
B = 18.77%

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

#82BA49 (or 0x82BA49) is known color: Mantis. HEX triplet: 82, BA and 49. RGB value is (130,186,73). Sum of RGB (Red+Green+Blue) = 130+186+73=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 73 (28.91% from 255 or 18.77% from 389); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BA49 is #7D45B6. Grayscale: #9C9C9C. Windows color (decimal): -8209847 or 4831874. OLE color: 4831874.

HSL color Cylindrical-coordinate representation of color #82BA49: hue angle of 89.73º degrees, saturation: 0.45, 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 #82BA49 is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 186 73 -
CMYK 0.30 0 0.61 0.27
HSL 89.73º 0.45% 0.51% -
HSV(B) 89.73º 0.61% 0.73% -
XYZ 27.97 40.34 12.62 -
YUV 156.37 80.95 109.19 -
System Red Green Blue C M Y K H S L
Decimal 130 186 73 0.30 0 0.61 0.27 89.73 0.45 0.51
Hex 82 BA 49 1E 0 3D 1B 5A 2D 33
Octal 202 272 111 36 0 75 33 132 55 63
Binary 10000010 10111010 1001001 11110 0 111101 11011 1011010 101101 110011

Color Harmonies of #82BA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BA49

Black with #82BA49

Text Example


Text Example

White with #82BA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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