#98A474

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

Shades of Sage #98A474

Tints of Sage #98A474

Color information

#98A474 (or 0x98A474) is unknown color: approx Sage. HEX triplet: 98, A4 and 74. RGB value is (152,164,116). Sum of RGB (Red+Green+Blue) = 152+164+116=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 116 (45.70% from 255 or 26.85% from 432); Max value from RGB is 164 - color contains mainly: green. Hex color #98A474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A474 is #675B8B. Grayscale: #9B9B9B. Windows color (decimal): -6773644 or 7644312. OLE color: 7644312.

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

Color convert

RGB152164116-
CMYK0.0700.290.36
HSL75º20.87%54.9%-
HSV(B)75º29.27%64.31%-
XYZ29.3834.4921.63-
YUV154.94106.02125.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.19%
GREEN value IS 164 (64.45% from 255) = 37.96%
BLUE value IS 116 (45.70% from 255) = 26.85%
R=35.19%
G=37.96%
B=26.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1521641160.0700.290.367520.8754.9
Hex98A474701D244b1537
Octal2302441647035441132567
Binary10011000101001001110100111011101100100100101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,164,116); }

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

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

 a { background-color: rgb(152,164,116); }

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

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

 span { border-color: rgb(152,164,116); }

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