Html Css Color HEX #899276 Sage

📋 copy color: '#899276'

red 137 ◦ green 146 ◦ blue 118

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

Shades of Sage #899276

Tints of Sage #899276

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.41%

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

R = 34.16%
G = 36.41%
B = 29.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#899276 (or 0x899276) is known color: Sage. HEX triplet: 89, 92 and 76. RGB value is (137,146,118). Sum of RGB (Red+Green+Blue) = 137+146+118=401 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.16% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 146 - color contains mainly: green. Hex color #899276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899276 is #766D89. Grayscale: #8C8C8C. Windows color (decimal): -7761290 or 7770761. OLE color: 7770761.

HSL color Cylindrical-coordinate representation of color #899276: hue angle of 79.29º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #899276 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 137 146 118 -
CMYK 0.06 0 0.19 0.43
HSL 79.29º 0.11% 0.52% -
HSV(B) 79.29º 0.19% 0.57% -
XYZ 23.87 27.18 21.13 -
YUV 140.12 115.52 125.78 -
System Red Green Blue C M Y K H S L
Decimal 137 146 118 0.06 0 0.19 0.43 79.29 0.11 0.52
Hex 89 92 76 6 0 13 2B 4F B 34
Octal 211 222 166 6 0 23 53 117 13 64
Binary 10001001 10010010 1110110 110 0 10011 101011 1001111 1011 110100

Color Harmonies of #899276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899276

Black with #899276

Text Example


Text Example

White with #899276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899276; }

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

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

background-color css

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

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

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

border-color css

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

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

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