#99A473

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

Shades of Sage #99A473

Tints of Sage #99A473

Color information

#99A473 (or 0x99A473) is unknown color: approx Sage. HEX triplet: 99, A4 and 73. RGB value is (153,164,115). Sum of RGB (Red+Green+Blue) = 153+164+115=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 115 (45.31% from 255 or 26.62% from 432); Max value from RGB is 164 - color contains mainly: green. Hex color #99A473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A473 is #665B8C. Grayscale: #9B9B9B. Windows color (decimal): -6708109 or 7578777. OLE color: 7578777.

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

Color convert

RGB153164115-
CMYK0.0700.300.36
HSL73.47º21.21%54.71%-
HSV(B)73.47º29.88%64.31%-
XYZ29.5134.5621.34-
YUV155.12105.36126.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.42%
GREEN value IS 164 (64.45% from 255) = 37.96%
BLUE value IS 115 (45.31% from 255) = 26.62%
R=35.42%
G=37.96%
B=26.62%

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
Decimal1531641150.0700.300.3673.4721.2154.71
Hex99A473701E24491537
Octal2312441637036441112567
Binary10011001101001001110011111011110100100100100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99A473; }

 p { color: rgb(153,164,115); }

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

<style>
 a { background-color: #99A473; }

 a { background-color: rgb(153,164,115); }

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

<style>
 span { border-color: #99A473; }

 span { border-color: rgb(153,164,115); }

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