Html Css Color HEX #899471 Sage

📋 copy color: '#899471'

red 137 ◦ green 148 ◦ blue 113

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

Shades of Sage #899471

Tints of Sage #899471

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.19%

 BLUE value IS 113 (44.53% from 255) = 28.39%

R = 34.42%
G = 37.19%
B = 28.39%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#899471 (or 0x899471) is known color: Sage. HEX triplet: 89, 94 and 71. RGB value is (137,148,113). Sum of RGB (Red+Green+Blue) = 137+148+113=398 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.42% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 148 - color contains mainly: green. Hex color #899471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899471 is #766B8E. Grayscale: #8C8C8C. Windows color (decimal): -7760783 or 7443593. OLE color: 7443593.

HSL color Cylindrical-coordinate representation of color #899471: hue angle of 78.86º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #899471 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 148 113 -
CMYK 0.07 0 0.24 0.42
HSL 78.86º 0.14% 0.51% -
HSV(B) 78.86º 0.24% 0.58% -
XYZ 23.89 27.69 19.71 -
YUV 140.72 112.36 125.35 -
System Red Green Blue C M Y K H S L
Decimal 137 148 113 0.07 0 0.24 0.42 78.86 0.14 0.51
Hex 89 94 71 7 0 18 2A 4F E 33
Octal 211 224 161 7 0 30 52 117 16 63
Binary 10001001 10010100 1110001 111 0 11000 101010 1001111 1110 110011

Color Harmonies of #899471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899471

Black with #899471

Text Example


Text Example

White with #899471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899471; }

 p { color: rgb(137,148,113); }

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

background-color css

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

 a { background-color: rgb(137,148,113); }

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

border-color css

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

 span { border-color: rgb(137,148,113); }

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