#89956E

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

Shades of Sage #89956E

Tints of Sage #89956E

Color information

#89956E (or 0x89956E) is unknown color: approx Sage. HEX triplet: 89, 95 and 6E. RGB value is (137,149,110). Sum of RGB (Red+Green+Blue) = 137+149+110=396 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.60% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 149 - color contains mainly: green. Hex color #89956E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89956E is #766A91. Grayscale: #8D8D8D. Windows color (decimal): -7760530 or 7247241. OLE color: 7247241.

HSL color Cylindrical-coordinate representation of color #89956E: hue angle of 78.46º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #89956E is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB137149110-
CMYK0.0800.260.42
HSL78.46º15.54%50.78%-
HSV(B)78.46º26.17%58.43%-
XYZ23.8827.9418.89-
YUV140.97110.52125.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.60%
GREEN value IS 149 (58.59% from 255) = 37.63%
BLUE value IS 110 (43.36% from 255) = 27.78%
R=34.60%
G=37.63%
B=27.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371491100.0800.260.4278.4615.5450.78
Hex89956E801A2A4e1033
Octal21122515610032521162063
Binary100010011001010111011101000011010101010100111010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89956E; }

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

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

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

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

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

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

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

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