Html Css Color HEX #82B856 Mantis

📋 copy color: '#82B856'

red 130 ◦ green 184 ◦ blue 86

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

Shades of Mantis #82B856

Tints of Mantis #82B856

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46%

 BLUE value IS 86 (33.98% from 255) = 21.5%

R = 32.5%
G = 46%
B = 21.5%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.53

 K value IS 0.28

RGB Variations

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

Color information

#82B856 (or 0x82B856) is known color: Mantis. HEX triplet: 82, B8 and 56. RGB value is (130,184,86). Sum of RGB (Red+Green+Blue) = 130+184+86=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 184 (72.27% from 255 or 46% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 184 - color contains mainly: green. Hex color #82B856 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B856 is #7D47A9. Grayscale: #9D9D9D. Windows color (decimal): -8210346 or 5683330. OLE color: 5683330.

HSL color Cylindrical-coordinate representation of color #82B856: hue angle of 93.06º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #82B856 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB 130 184 86 -
CMYK 0.29 0 0.53 0.28
HSL 93.06º 0.41% 0.53% -
HSV(B) 93.06º 0.53% 0.72% -
XYZ 28.03 39.7 14.99 -
YUV 156.68 88.11 108.97 -
System Red Green Blue C M Y K H S L
Decimal 130 184 86 0.29 0 0.53 0.28 93.06 0.41 0.53
Hex 82 B8 56 1D 0 35 1C 5D 29 35
Octal 202 270 126 35 0 65 34 135 51 65
Binary 10000010 10111000 1010110 11101 0 110101 11100 1011101 101001 110101

Color Harmonies of #82B856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B856

Black with #82B856

Text Example


Text Example

White with #82B856

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,184,86); }

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

background-color css

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

 a { background-color: rgb(130,184,86); }

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

border-color css

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

 span { border-color: rgb(130,184,86); }

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