Html Css Color HEX #82B371 Amulet

📋 copy color: '#82B371'

red 130 ◦ green 179 ◦ blue 113

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

Shades of Amulet #82B371

Tints of Amulet #82B371

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.42%

 BLUE value IS 113 (44.53% from 255) = 26.78%

R = 30.81%
G = 42.42%
B = 26.78%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#82B371 (or 0x82B371) is known color: Amulet. HEX triplet: 82, B3 and 71. RGB value is (130,179,113). Sum of RGB (Red+Green+Blue) = 130+179+113=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 179 - color contains mainly: green. Hex color #82B371 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B371 is #7D4C8E. Grayscale: #9D9D9D. Windows color (decimal): -8211599 or 7451522. OLE color: 7451522.

HSL color Cylindrical-coordinate representation of color #82B371: hue angle of 104.55º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82B371 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 130 179 113 -
CMYK 0.27 0 0.37 0.30
HSL 104.55º 0.3% 0.57% -
HSV(B) 104.55º 0.37% 0.7% -
XYZ 28.31 38.18 21.5 -
YUV 156.83 103.27 108.87 -
System Red Green Blue C M Y K H S L
Decimal 130 179 113 0.27 0 0.37 0.30 104.55 0.3 0.57
Hex 82 B3 71 1B 0 25 1E 69 1E 39
Octal 202 263 161 33 0 45 36 151 36 71
Binary 10000010 10110011 1110001 11011 0 100101 11110 1101001 11110 111001

Color Harmonies of #82B371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B371

Black with #82B371

Text Example


Text Example

White with #82B371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,179,113); }

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

background-color css

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

 a { background-color: rgb(130,179,113); }

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

border-color css

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

 span { border-color: rgb(130,179,113); }

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