Html Css Color HEX #899C82 Amulet

📋 copy color: '#899C82'

red 137 ◦ green 156 ◦ blue 130

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

Shades of Amulet #899C82

Tints of Amulet #899C82

RGB

 RED value IS 137 (53.91% from 255) = 32.39%

 GREEN value IS 156 (61.33% from 255) = 36.88%

 BLUE value IS 130 (51.17% from 255) = 30.73%

R = 32.39%
G = 36.88%
B = 30.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#899C82 (or 0x899C82) is known color: Amulet. HEX triplet: 89, 9C and 82. RGB value is (137,156,130). Sum of RGB (Red+Green+Blue) = 137+156+130=423 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.39% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 156 - color contains mainly: green. Hex color #899C82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899C82 is #76637D. Grayscale: #939393. Windows color (decimal): -7758718 or 8559753. OLE color: 8559753.

HSL color Cylindrical-coordinate representation of color #899C82: hue angle of 103.85º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #899C82 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB 137 156 130 -
CMYK 0.12 0 0.17 0.39
HSL 103.85º 0.12% 0.56% -
HSV(B) 103.85º 0.17% 0.61% -
XYZ 26.23 30.71 25.66 -
YUV 147.36 118.21 120.61 -
System Red Green Blue C M Y K H S L
Decimal 137 156 130 0.12 0 0.17 0.39 103.85 0.12 0.56
Hex 89 9C 82 C 0 11 27 68 C 38
Octal 211 234 202 14 0 21 47 150 14 70
Binary 10001001 10011100 10000010 1100 0 10001 100111 1101000 1100 111000

Color Harmonies of #899C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899C82

Black with #899C82

Text Example


Text Example

White with #899C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899C82; }

 p { color: rgb(137,156,130); }

 H1.HeaderClassName
 {
   color: #899C82;
 }
 .AnyTagClassName
 {
   color: #899C82;
 }
</style>

background-color css

<style>
 a { background-color: #899C82; }

 a { background-color: rgb(137,156,130); }

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

border-color css

<style>
 span { border-color: #899C82; }

 span { border-color: rgb(137,156,130); }

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