Html Css Color HEX #899883 Amulet

📋 copy color: '#899883'

red 137 ◦ green 152 ◦ blue 131

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

Shades of Amulet #899883

Tints of Amulet #899883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.19%

R = 32.62%
G = 36.19%
B = 31.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#899883 (or 0x899883) is known color: Amulet. HEX triplet: 89, 98 and 83. RGB value is (137,152,131). Sum of RGB (Red+Green+Blue) = 137+152+131=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 152 - color contains mainly: green. Hex color #899883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899883 is #76677C. Grayscale: #919191. Windows color (decimal): -7759741 or 8624265. OLE color: 8624265.

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

Color convert

RGB 137 152 131 -
CMYK 0.10 0 0.14 0.40
HSL 102.86º 0.09% 0.55% -
HSV(B) 102.86º 0.14% 0.6% -
XYZ 25.64 29.41 25.8 -
YUV 145.12 120.03 122.21 -
System Red Green Blue C M Y K H S L
Decimal 137 152 131 0.10 0 0.14 0.40 102.86 0.09 0.55
Hex 89 98 83 A 0 E 28 67 9 37
Octal 211 230 203 12 0 16 50 147 11 67
Binary 10001001 10011000 10000011 1010 0 1110 101000 1100111 1001 110111

Color Harmonies of #899883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899883

Black with #899883

Text Example


Text Example

White with #899883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899883; }

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

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

background-color css

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

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

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

border-color css

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

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

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