#889376

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

Shades of Sage #889376

Tints of Sage #889376

Color information

#889376 (or 0x889376) is unknown color: approx Sage. HEX triplet: 88, 93 and 76. RGB value is (136,147,118). Sum of RGB (Red+Green+Blue) = 136+147+118=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 147 - color contains mainly: green. Hex color #889376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889376 is #776C89. Grayscale: #8C8C8C. Windows color (decimal): -7826570 or 7771016. OLE color: 7771016.

HSL color Cylindrical-coordinate representation of color #889376: hue angle of 82.76º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #889376 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB136147118-
CMYK0.0700.200.42
HSL82.76º11.84%51.96%-
HSV(B)82.76º19.73%57.65%-
XYZ23.8627.4121.17-
YUV140.4115.36124.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.92%
GREEN value IS 147 (57.81% from 255) = 36.66%
BLUE value IS 118 (46.48% from 255) = 29.43%
R=33.92%
G=36.66%
B=29.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361471180.0700.200.4282.7611.8451.96
Hex88937670142A53c34
Octal2102231667024521231464
Binary1000100010010011111011011101010010101010100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889376; }

 p { color: rgb(136,147,118); }

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

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

 a { background-color: rgb(136,147,118); }

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

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

 span { border-color: rgb(136,147,118); }

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