#9AA473

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

Shades of Sage #9AA473

Tints of Sage #9AA473

Color information

#9AA473 (or 0x9AA473) is unknown color: approx Sage. HEX triplet: 9A, A4 and 73. RGB value is (154,164,115). Sum of RGB (Red+Green+Blue) = 154+164+115=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 164 - color contains mainly: green. Hex color #9AA473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA473 is #655B8C. Grayscale: #9B9B9B. Windows color (decimal): -6642573 or 7578778. OLE color: 7578778.

HSL color Cylindrical-coordinate representation of color #9AA473: hue angle of 72.24º 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 #9AA473 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB154164115-
CMYK0.0600.300.36
HSL72.24º21.21%54.71%-
HSV(B)72.24º29.88%64.31%-
XYZ29.734.6621.34-
YUV155.42105.19126.98-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.57%
GREEN value IS 164 (64.45% from 255) = 37.88%
BLUE value IS 115 (45.31% from 255) = 26.56%
R=35.57%
G=37.88%
B=26.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1541641150.0600.300.3672.2421.2154.71
Hex9AA473601E24481537
Octal2322441636036441102567
Binary10011010101001001110011110011110100100100100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AA473; }

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

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

<style>
 a { background-color: #9AA473; }

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

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

<style>
 span { border-color: #9AA473; }

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

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