Html Css Color HEX #82957A Amulet

📋 copy color: '#82957A'

red 130 ◦ green 149 ◦ blue 122

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

Shades of Amulet #82957A

Tints of Amulet #82957A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.16%

 BLUE value IS 122 (48.05% from 255) = 30.42%

R = 32.42%
G = 37.16%
B = 30.42%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#82957A (or 0x82957A) is known color: Amulet. HEX triplet: 82, 95 and 7A. RGB value is (130,149,122). Sum of RGB (Red+Green+Blue) = 130+149+122=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 149 - color contains mainly: green. Hex color #82957A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82957A is #7D6A85. Grayscale: #8C8C8C. Windows color (decimal): -8219270 or 8033666. OLE color: 8033666.

HSL color Cylindrical-coordinate representation of color #82957A: hue angle of 102.22º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #82957A is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 149 122 -
CMYK 0.13 0 0.18 0.42
HSL 102.22º 0.11% 0.53% -
HSV(B) 102.22º 0.18% 0.58% -
XYZ 23.47 27.65 22.51 -
YUV 140.24 117.71 120.7 -
System Red Green Blue C M Y K H S L
Decimal 130 149 122 0.13 0 0.18 0.42 102.22 0.11 0.53
Hex 82 95 7A D 0 12 2A 66 B 35
Octal 202 225 172 15 0 22 52 146 13 65
Binary 10000010 10010101 1111010 1101 0 10010 101010 1100110 1011 110101

Color Harmonies of #82957A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82957A

Black with #82957A

Text Example


Text Example

White with #82957A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82957A; }

 p { color: rgb(130,149,122); }

 H1.HeaderClassName
 {
   color: #82957A;
 }
 .AnyTagClassName
 {
   color: #82957A;
 }
</style>

background-color css

<style>
 a { background-color: #82957A; }

 a { background-color: rgb(130,149,122); }

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

border-color css

<style>
 span { border-color: #82957A; }

 span { border-color: rgb(130,149,122); }

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