Html Css Color HEX #899A81 Amulet

📋 copy color: '#899A81'

red 137 ◦ green 154 ◦ blue 129

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

Shades of Amulet #899A81

Tints of Amulet #899A81

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.67%

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

R = 32.62%
G = 36.67%
B = 30.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#899A81 (or 0x899A81) is known color: Amulet. HEX triplet: 89, 9A and 81. RGB value is (137,154,129). Sum of RGB (Red+Green+Blue) = 137+154+129=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 154 (60.55% from 255 or 36.67% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 154 - color contains mainly: green. Hex color #899A81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899A81 is #76657E. Grayscale: #929292. Windows color (decimal): -7759231 or 8493705. OLE color: 8493705.

HSL color Cylindrical-coordinate representation of color #899A81: hue angle of 100.8º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #899A81 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 137 154 129 -
CMYK 0.11 0 0.16 0.40
HSL 100.8º 0.11% 0.55% -
HSV(B) 100.8º 0.16% 0.6% -
XYZ 25.83 30.01 25.2 -
YUV 146.07 118.37 121.53 -
System Red Green Blue C M Y K H S L
Decimal 137 154 129 0.11 0 0.16 0.40 100.8 0.11 0.55
Hex 89 9A 81 B 0 10 28 65 B 37
Octal 211 232 201 13 0 20 50 145 13 67
Binary 10001001 10011010 10000001 1011 0 10000 101000 1100101 1011 110111

Color Harmonies of #899A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899A81

Black with #899A81

Text Example


Text Example

White with #899A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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