#899279

Color #899279 Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #899279

Tints of Sage #899279

Color information

#899279 (or 0x899279) is unknown color: approx Sage. HEX triplet: 89, 92 and 79. RGB value is (137,146,121). Sum of RGB (Red+Green+Blue) = 137+146+121=404 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.91% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 146 - color contains mainly: green. Hex color #899279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899279 is #766D86. Grayscale: #8C8C8C. Windows color (decimal): -7761287 or 7967369. OLE color: 7967369.

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

Color convert

RGB137146121-
CMYK0.0600.170.43
HSL81.6º10.29%52.35%-
HSV(B)81.6º17.12%57.25%-
XYZ24.0527.2622.08-
YUV140.46117.02125.53-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.91%
GREEN value IS 146 (57.42% from 255) = 36.14%
BLUE value IS 121 (47.66% from 255) = 29.95%
R=33.91%
G=36.14%
B=29.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1371461210.0600.170.4381.610.2952.35
Hex89927960112B52a34
Octal2112221716021531221264
Binary1000100110010010111100111001000110101110100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899279; }

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

 H1.HeaderClassName
 {
   color: #899279;
 }
 .AnyTagClassName
 {
   color: #899279;
 }
</style>
background-color css

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

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

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

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

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

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