#889470

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

Shades of Sage #889470

Tints of Sage #889470

Color information

#889470 (or 0x889470) is unknown color: approx Sage. HEX triplet: 88, 94 and 70. RGB value is (136,148,112). Sum of RGB (Red+Green+Blue) = 136+148+112=396 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.34% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 148 - color contains mainly: green. Hex color #889470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889470 is #776B8F. Grayscale: #8C8C8C. Windows color (decimal): -7826320 or 7378056. OLE color: 7378056.

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

Color convert

RGB136148112-
CMYK0.0800.240.42
HSL80º14.4%50.98%-
HSV(B)80º24.32%58.04%-
XYZ23.6727.5819.41-
YUV140.31112.02124.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.34%
GREEN value IS 148 (58.20% from 255) = 37.37%
BLUE value IS 112 (44.14% from 255) = 28.28%
R=34.34%
G=37.37%
B=28.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361481120.0800.240.428014.450.98
Hex88947080182A50e33
Octal21022416010030521201663
Binary10001000100101001110000100001100010101010100001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889470; }

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

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

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

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

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

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

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

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