#889473

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

Shades of Sage #889473

Tints of Sage #889473

Color information

#889473 (or 0x889473) is unknown color: approx Sage. HEX triplet: 88, 94 and 73. RGB value is (136,148,115). Sum of RGB (Red+Green+Blue) = 136+148+115=399 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.09% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 148 - color contains mainly: green. Hex color #889473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889473 is #776B8C. Grayscale: #8C8C8C. Windows color (decimal): -7826317 or 7574664. OLE color: 7574664.

HSL color Cylindrical-coordinate representation of color #889473: hue angle of 81.82º 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 #889473 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB136148115-
CMYK0.0800.220.42
HSL81.82º13.36%51.57%-
HSV(B)81.82º22.3%58.04%-
XYZ23.8427.6520.3-
YUV140.65113.52124.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.09%
GREEN value IS 148 (58.20% from 255) = 37.09%
BLUE value IS 115 (45.31% from 255) = 28.82%
R=34.09%
G=37.09%
B=28.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361481150.0800.220.4281.8213.3651.57
Hex88947380162A52d34
Octal21022416310026521221564
Binary10001000100101001110011100001011010101010100101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889473; }

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

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

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

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

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

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

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

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