Html Css Color HEX #82B976 Amulet

📋 copy color: '#82B976'

red 130 ◦ green 185 ◦ blue 118

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

Shades of Amulet #82B976

Tints of Amulet #82B976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.25%

R = 30.02%
G = 42.73%
B = 27.25%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#82B976 (or 0x82B976) is known color: Amulet. HEX triplet: 82, B9 and 76. RGB value is (130,185,118). Sum of RGB (Red+Green+Blue) = 130+185+118=433 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.02% from 433); Green value is 185 (72.66% from 255 or 42.73% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 185 - color contains mainly: green. Hex color #82B976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B976 is #7D4689. Grayscale: #A1A1A1. Windows color (decimal): -8210058 or 7780738. OLE color: 7780738.

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

Color convert

RGB 130 185 118 -
CMYK 0.30 0 0.36 0.27
HSL 109.25º 0.32% 0.59% -
HSV(B) 109.25º 0.36% 0.73% -
XYZ 29.82 40.75 23.43 -
YUV 160.92 103.78 105.95 -
System Red Green Blue C M Y K H S L
Decimal 130 185 118 0.30 0 0.36 0.27 109.25 0.32 0.59
Hex 82 B9 76 1E 0 24 1B 6D 20 3B
Octal 202 271 166 36 0 44 33 155 40 73
Binary 10000010 10111001 1110110 11110 0 100100 11011 1101101 100000 111011

Color Harmonies of #82B976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B976

Black with #82B976

Text Example


Text Example

White with #82B976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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