#889174

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

Shades of Sage #889174

Tints of Sage #889174

Color information

#889174 (or 0x889174) is unknown color: approx Sage. HEX triplet: 88, 91 and 74. RGB value is (136,145,116). Sum of RGB (Red+Green+Blue) = 136+145+116=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 145 - color contains mainly: green. Hex color #889174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889174 is #776E8B. Grayscale: #8B8B8B. Windows color (decimal): -7827084 or 7639432. OLE color: 7639432.

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

Color convert

RGB136145116-
CMYK0.0600.20.43
HSL78.62º11.65%51.18%-
HSV(B)78.62º20%56.86%-
XYZ23.4326.7520.45-
YUV139115.02125.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.26%
GREEN value IS 145 (57.03% from 255) = 36.52%
BLUE value IS 116 (45.70% from 255) = 29.22%
R=34.26%
G=36.52%
B=29.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1361451160.0600.20.4378.6211.6551.18
Hex88917460142B4fc33
Octal2102211646024531171463
Binary1000100010010001111010011001010010101110011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889174; }

 p { color: rgb(136,145,116); }

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

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

 a { background-color: rgb(136,145,116); }

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

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

 span { border-color: rgb(136,145,116); }

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