Html Css Color HEX #82997C Amulet

📋 copy color: '#82997C'

red 130 ◦ green 153 ◦ blue 124

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

Shades of Amulet #82997C

Tints of Amulet #82997C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.59%

 BLUE value IS 124 (48.83% from 255) = 30.47%

R = 31.94%
G = 37.59%
B = 30.47%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#82997C (or 0x82997C) is known color: Amulet. HEX triplet: 82, 99 and 7C. RGB value is (130,153,124). Sum of RGB (Red+Green+Blue) = 130+153+124=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 153 - color contains mainly: green. Hex color #82997C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82997C is #7D6683. Grayscale: #8E8E8E. Windows color (decimal): -8218244 or 8165762. OLE color: 8165762.

HSL color Cylindrical-coordinate representation of color #82997C: hue angle of 107.59º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #82997C is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB 130 153 124 -
CMYK 0.15 0 0.19 0.4
HSL 107.59º 0.12% 0.54% -
HSV(B) 107.59º 0.19% 0.6% -
XYZ 24.24 28.98 23.39 -
YUV 142.82 117.38 118.86 -
System Red Green Blue C M Y K H S L
Decimal 130 153 124 0.15 0 0.19 0.4 107.59 0.12 0.54
Hex 82 99 7C F 0 13 28 6C C 36
Octal 202 231 174 17 0 23 50 154 14 66
Binary 10000010 10011001 1111100 1111 0 10011 101000 1101100 1100 110110

Color Harmonies of #82997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82997C

Black with #82997C

Text Example


Text Example

White with #82997C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82997C; }

 p { color: rgb(130,153,124); }

 H1.HeaderClassName
 {
   color: #82997C;
 }
 .AnyTagClassName
 {
   color: #82997C;
 }
</style>

background-color css

<style>
 a { background-color: #82997C; }

 a { background-color: rgb(130,153,124); }

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

border-color css

<style>
 span { border-color: #82997C; }

 span { border-color: rgb(130,153,124); }

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