Html Css Color HEX #899C81 Amulet

📋 copy color: '#899C81'

red 137 ◦ green 156 ◦ blue 129

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

Shades of Amulet #899C81

Tints of Amulet #899C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.57%

R = 32.46%
G = 36.97%
B = 30.57%

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

#899C81 (or 0x899C81) is known color: Amulet. HEX triplet: 89, 9C and 81. RGB value is (137,156,129). Sum of RGB (Red+Green+Blue) = 137+156+129=422 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.46% from 422); Green value is 156 (61.33% from 255 or 36.97% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 156 - color contains mainly: green. Hex color #899C81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899C81 is #76637E. Grayscale: #939393. Windows color (decimal): -7758719 or 8494217. OLE color: 8494217.

HSL color Cylindrical-coordinate representation of color #899C81: hue angle of 102.22º 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 #899C81 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB 137 156 129 -
CMYK 0.12 0 0.17 0.39
HSL 102.22º 0.12% 0.56% -
HSV(B) 102.22º 0.17% 0.61% -
XYZ 26.17 30.68 25.31 -
YUV 147.24 117.71 120.7 -
System Red Green Blue C M Y K H S L
Decimal 137 156 129 0.12 0 0.17 0.39 102.22 0.12 0.56
Hex 89 9C 81 C 0 11 27 66 C 38
Octal 211 234 201 14 0 21 47 146 14 70
Binary 10001001 10011100 10000001 1100 0 10001 100111 1100110 1100 111000

Color Harmonies of #899C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899C81

Black with #899C81

Text Example


Text Example

White with #899C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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