#98A372

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

Shades of Sage #98A372

Tints of Sage #98A372

Color information

#98A372 (or 0x98A372) is unknown color: approx Sage. HEX triplet: 98, A3 and 72. RGB value is (152,163,114). Sum of RGB (Red+Green+Blue) = 152+163+114=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 163 - color contains mainly: green. Hex color #98A372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A372 is #675C8D. Grayscale: #9A9A9A. Windows color (decimal): -6773902 or 7512984. OLE color: 7512984.

HSL color Cylindrical-coordinate representation of color #98A372: hue angle of 73.47º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98A372 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB152163114-
CMYK0.0700.300.36
HSL73.47º21.03%54.31%-
HSV(B)73.47º30.06%63.92%-
XYZ29.0834.0820.97-
YUV154.12105.36126.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.43%
GREEN value IS 163 (64.06% from 255) = 38.00%
BLUE value IS 114 (44.92% from 255) = 26.57%
R=35.43%
G=38.00%
B=26.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1521631140.0700.300.3673.4721.0354.31
Hex98A372701E24491536
Octal2302431627036441112566
Binary10011000101000111110010111011110100100100100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,163,114); }

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

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

 a { background-color: rgb(152,163,114); }

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

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

 span { border-color: rgb(152,163,114); }

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