Html Css Color HEX #82B071 Amulet

📋 copy color: '#82B071'

red 130 ◦ green 176 ◦ blue 113

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

Shades of Amulet #82B071

Tints of Amulet #82B071

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42%

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

R = 31.03%
G = 42%
B = 26.97%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#82B071 (or 0x82B071) is known color: Amulet. HEX triplet: 82, B0 and 71. RGB value is (130,176,113). Sum of RGB (Red+Green+Blue) = 130+176+113=419 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.03% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 176 - color contains mainly: green. Hex color #82B071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82B071 is #7D4F8E. Grayscale: #9B9B9B. Windows color (decimal): -8212367 or 7450754. OLE color: 7450754.

HSL color Cylindrical-coordinate representation of color #82B071: hue angle of 103.81º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82B071 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 176 113 -
CMYK 0.26 0 0.36 0.31
HSL 103.81º 0.29% 0.57% -
HSV(B) 103.81º 0.36% 0.69% -
XYZ 27.71 36.99 21.3 -
YUV 155.06 104.26 110.12 -
System Red Green Blue C M Y K H S L
Decimal 130 176 113 0.26 0 0.36 0.31 103.81 0.29 0.57
Hex 82 B0 71 1A 0 24 1F 68 1D 39
Octal 202 260 161 32 0 44 37 150 35 71
Binary 10000010 10110000 1110001 11010 0 100100 11111 1101000 11101 111001

Color Harmonies of #82B071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B071

Black with #82B071

Text Example


Text Example

White with #82B071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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