#889177

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

Shades of Sage #889177

Tints of Sage #889177

Color information

#889177 (or 0x889177) is unknown color: approx Sage. HEX triplet: 88, 91 and 77. RGB value is (136,145,119). Sum of RGB (Red+Green+Blue) = 136+145+119=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 145 - color contains mainly: green. Hex color #889177 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889177 is #776E88. Grayscale: #8B8B8B. Windows color (decimal): -7827081 or 7836040. OLE color: 7836040.

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

Color convert

RGB136145119-
CMYK0.0600.180.43
HSL80.77º10.57%51.76%-
HSV(B)80.77º17.93%56.86%-
XYZ23.6126.8221.38-
YUV139.34116.52125.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34%
GREEN value IS 145 (57.03% from 255) = 36.25%
BLUE value IS 119 (46.88% from 255) = 29.75%
R=34%
G=36.25%
B=29.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1361451190.0600.180.4380.7710.5751.76
Hex88917760122B51b34
Octal2102211676022531211364
Binary1000100010010001111011111001001010101110100011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889177; }

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

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

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

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

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

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

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

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