#98A571

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

Shades of Sage #98A571

Tints of Sage #98A571

Color information

#98A571 (or 0x98A571) is unknown color: approx Sage. HEX triplet: 98, A5 and 71. RGB value is (152,165,113). Sum of RGB (Red+Green+Blue) = 152+165+113=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 165 - color contains mainly: green. Hex color #98A571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A571 is #675A8E. Grayscale: #9B9B9B. Windows color (decimal): -6773391 or 7447960. OLE color: 7447960.

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

Color convert

RGB152165113-
CMYK0.0800.320.35
HSL75º22.41%54.51%-
HSV(B)75º31.52%64.71%-
XYZ29.3834.7820.79-
YUV155.18104.19125.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.35%
GREEN value IS 165 (64.84% from 255) = 38.37%
BLUE value IS 113 (44.53% from 255) = 26.28%
R=35.35%
G=38.37%
B=26.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1521651130.0800.320.357522.4154.51
Hex98A5718020234b1637
Octal23024516110040431132667
Binary1001100010100101111000110000100000100011100101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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