#98A87C

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

Shades of Sage #98A87C

Tints of Sage #98A87C

Color information

#98A87C (or 0x98A87C) is unknown color: approx Sage. HEX triplet: 98, A8 and 7C. RGB value is (152,168,124). Sum of RGB (Red+Green+Blue) = 152+168+124=444 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.23% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 168 - color contains mainly: green. Hex color #98A87C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A87C is #675783. Grayscale: #9E9E9E. Windows color (decimal): -6772612 or 8169624. OLE color: 8169624.

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

Color convert

RGB152168124-
CMYK0.1000.260.34
HSL81.82º20.18%57.25%-
HSV(B)81.82º26.19%65.88%-
XYZ30.5936.1424.43-
YUV158.2108.7123.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.23%
GREEN value IS 168 (66.02% from 255) = 37.84%
BLUE value IS 124 (48.83% from 255) = 27.93%
R=34.23%
G=37.84%
B=27.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1521681240.1000.260.3481.8220.1857.25
Hex98A87CA01A22521439
Octal23025017412032421222471
Binary100110001010100011111001010011010100010101001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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