Html Css Color HEX #899576 Sage

📋 copy color: '#899576'

red 137 ◦ green 149 ◦ blue 118

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

Shades of Sage #899576

Tints of Sage #899576

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.88%

 BLUE value IS 118 (46.48% from 255) = 29.21%

R = 33.91%
G = 36.88%
B = 29.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#899576 (or 0x899576) is known color: Sage. HEX triplet: 89, 95 and 76. RGB value is (137,149,118). Sum of RGB (Red+Green+Blue) = 137+149+118=404 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.91% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 149 - color contains mainly: green. Hex color #899576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899576 is #766A89. Grayscale: #8D8D8D. Windows color (decimal): -7760522 or 7771529. OLE color: 7771529.

HSL color Cylindrical-coordinate representation of color #899576: hue angle of 83.23º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #899576 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 149 118 -
CMYK 0.08 0 0.21 0.42
HSL 83.23º 0.13% 0.52% -
HSV(B) 83.23º 0.21% 0.58% -
XYZ 24.33 28.12 21.28 -
YUV 141.88 114.52 124.52 -
System Red Green Blue C M Y K H S L
Decimal 137 149 118 0.08 0 0.21 0.42 83.23 0.13 0.52
Hex 89 95 76 8 0 15 2A 53 D 34
Octal 211 225 166 10 0 25 52 123 15 64
Binary 10001001 10010101 1110110 1000 0 10101 101010 1010011 1101 110100

Color Harmonies of #899576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899576

Black with #899576

Text Example


Text Example

White with #899576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899576; }

 p { color: rgb(137,149,118); }

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

background-color css

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

 a { background-color: rgb(137,149,118); }

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

border-color css

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

 span { border-color: rgb(137,149,118); }

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