Html Css Color HEX #899473 Sage

📋 copy color: '#899473'

red 137 ◦ green 148 ◦ blue 115

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

Shades of Sage #899473

Tints of Sage #899473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.75%

R = 34.25%
G = 37%
B = 28.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#899473 (or 0x899473) is known color: Sage. HEX triplet: 89, 94 and 73. RGB value is (137,148,115). Sum of RGB (Red+Green+Blue) = 137+148+115=400 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.25% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 148 - color contains mainly: green. Hex color #899473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899473 is #766B8C. Grayscale: #8D8D8D. Windows color (decimal): -7760781 or 7574665. OLE color: 7574665.

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

Color convert

RGB 137 148 115 -
CMYK 0.07 0 0.22 0.42
HSL 80º 0.13% 0.52% -
HSV(B) 80º 0.22% 0.58% -
XYZ 24 27.74 20.31 -
YUV 140.95 113.36 125.18 -
System Red Green Blue C M Y K H S L
Decimal 137 148 115 0.07 0 0.22 0.42 80 0.13 0.52
Hex 89 94 73 7 0 16 2A 50 D 34
Octal 211 224 163 7 0 26 52 120 15 64
Binary 10001001 10010100 1110011 111 0 10110 101010 1010000 1101 110100

Color Harmonies of #899473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899473

Black with #899473

Text Example


Text Example

White with #899473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899473; }

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

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

background-color css

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

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

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

border-color css

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

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

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