Html Css Color HEX #899881 Amulet

📋 copy color: '#899881'

red 137 ◦ green 152 ◦ blue 129

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

Shades of Amulet #899881

Tints of Amulet #899881

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.36%

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

R = 32.78%
G = 36.36%
B = 30.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#899881 (or 0x899881) is known color: Amulet. HEX triplet: 89, 98 and 81. RGB value is (137,152,129). Sum of RGB (Red+Green+Blue) = 137+152+129=418 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.78% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 152 - color contains mainly: green. Hex color #899881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899881 is #76677E. Grayscale: #909090. Windows color (decimal): -7759743 or 8493193. OLE color: 8493193.

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

Color convert

RGB 137 152 129 -
CMYK 0.10 0 0.15 0.40
HSL 99.13º 0.1% 0.55% -
HSV(B) 99.13º 0.15% 0.6% -
XYZ 25.51 29.36 25.09 -
YUV 144.89 119.03 122.37 -
System Red Green Blue C M Y K H S L
Decimal 137 152 129 0.10 0 0.15 0.40 99.13 0.1 0.55
Hex 89 98 81 A 0 F 28 63 A 37
Octal 211 230 201 12 0 17 50 143 12 67
Binary 10001001 10011000 10000001 1010 0 1111 101000 1100011 1010 110111

Color Harmonies of #899881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899881

Black with #899881

Text Example


Text Example

White with #899881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899881; }

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

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

background-color css

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

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

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

border-color css

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

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

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