#98A577

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

Shades of Sage #98A577

Tints of Sage #98A577

Color information

#98A577 (or 0x98A577) is unknown color: approx Sage. HEX triplet: 98, A5 and 77. RGB value is (152,165,119). Sum of RGB (Red+Green+Blue) = 152+165+119=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 119 (46.88% from 255 or 27.29% from 436); Max value from RGB is 165 - color contains mainly: green. Hex color #98A577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A577 is #675A88. Grayscale: #9C9C9C. Windows color (decimal): -6773385 or 7841176. OLE color: 7841176.

HSL color Cylindrical-coordinate representation of color #98A577: hue angle of 76.96º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98A577 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB152165119-
CMYK0.0800.280.35
HSL76.96º20.35%55.69%-
HSV(B)76.96º27.88%64.71%-
XYZ29.7334.9222.63-
YUV155.87107.19125.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.86%
GREEN value IS 165 (64.84% from 255) = 37.84%
BLUE value IS 119 (46.88% from 255) = 27.29%
R=34.86%
G=37.84%
B=27.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1521651190.0800.280.3576.9620.3555.69
Hex98A577801C234d1438
Octal23024516710034431152470
Binary100110001010010111101111000011100100011100110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,165,119); }

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

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

 a { background-color: rgb(152,165,119); }

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

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

 span { border-color: rgb(152,165,119); }

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