#989D88

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

Shades of Sage #989D88

Tints of Sage #989D88

Color information

#989D88 (or 0x989D88) is unknown color: approx Sage. HEX triplet: 98, 9D and 88. RGB value is (152,157,136). Sum of RGB (Red+Green+Blue) = 152+157+136=445 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.16% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 157 - color contains mainly: green. Hex color #989D88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989D88 is #676277. Grayscale: #999999. Windows color (decimal): -6775416 or 8953240. OLE color: 8953240.

HSL color Cylindrical-coordinate representation of color #989D88: hue angle of 74.29º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #989D88 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB152157136-
CMYK0.0300.130.38
HSL74.29º9.68%57.45%-
HSV(B)74.29º13.38%61.57%-
XYZ29.4532.5728.03-
YUV153.11118.34127.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.16%
GREEN value IS 157 (61.72% from 255) = 35.28%
BLUE value IS 136 (53.52% from 255) = 30.56%
R=34.16%
G=35.28%
B=30.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1521571360.0300.130.3874.299.6857.45
Hex989D8830D264aa39
Octal2302352103015461121271
Binary100110001001110110001000110110110011010010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989D88; }

 p { color: rgb(152,157,136); }

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

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

 a { background-color: rgb(152,157,136); }

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

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

 span { border-color: rgb(152,157,136); }

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