#98A97B

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

Shades of Sage #98A97B

Tints of Sage #98A97B

Color information

#98A97B (or 0x98A97B) is unknown color: approx Sage. HEX triplet: 98, A9 and 7B. RGB value is (152,169,123). Sum of RGB (Red+Green+Blue) = 152+169+123=444 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.23% from 444); Green value is 169 (66.41% from 255 or 38.06% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 169 - color contains mainly: green. Hex color #98A97B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A97B is #675684. Grayscale: #9E9E9E. Windows color (decimal): -6772357 or 8104344. OLE color: 8104344.

HSL color Cylindrical-coordinate representation of color #98A97B: hue angle of 82.17º 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 #98A97B is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB152169123-
CMYK0.1000.270.34
HSL82.17º21.1%57.25%-
HSV(B)82.17º27.22%66.27%-
XYZ30.7136.4824.16-
YUV158.67107.87123.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.23%
GREEN value IS 169 (66.41% from 255) = 38.06%
BLUE value IS 123 (48.44% from 255) = 27.70%
R=34.23%
G=38.06%
B=27.70%

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
Decimal1521691230.1000.270.3482.1721.157.25
Hex98A97BA01B22521539
Octal23025117312033421222571
Binary100110001010100111110111010011011100010101001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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