#98A97C

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

Shades of Sage #98A97C

Tints of Sage #98A97C

Color information

#98A97C (or 0x98A97C) is unknown color: approx Sage. HEX triplet: 98, A9 and 7C. RGB value is (152,169,124). Sum of RGB (Red+Green+Blue) = 152+169+124=445 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.16% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 169 - color contains mainly: green. Hex color #98A97C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A97C is #675683. Grayscale: #9E9E9E. Windows color (decimal): -6772356 or 8169880. OLE color: 8169880.

HSL color Cylindrical-coordinate representation of color #98A97C: hue angle of 82.67º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98A97C is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB152169124-
CMYK0.1000.270.34
HSL82.67º20.74%57.45%-
HSV(B)82.67º26.63%66.27%-
XYZ30.7736.5124.49-
YUV158.79108.37123.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.16%
GREEN value IS 169 (66.41% from 255) = 37.98%
BLUE value IS 124 (48.83% from 255) = 27.87%
R=34.16%
G=37.98%
B=27.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1521691240.1000.270.3482.6720.7457.45
Hex98A97CA01B22531539
Octal23025117412033421232571
Binary100110001010100111111001010011011100010101001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98A97C; }

 p { color: rgb(152,169,124); }

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

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

 a { background-color: rgb(152,169,124); }

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

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

 span { border-color: rgb(152,169,124); }

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