#9AA484

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

Shades of Sage #9AA484

Tints of Sage #9AA484

Color information

#9AA484 (or 0x9AA484) is unknown color: approx Sage. HEX triplet: 9A, A4 and 84. RGB value is (154,164,132). Sum of RGB (Red+Green+Blue) = 154+164+132=450 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.22% from 450); Green value is 164 (64.45% from 255 or 36.44% from 450); Blue value is 132 (51.95% from 255 or 29.33% from 450); Max value from RGB is 164 - color contains mainly: green. Hex color #9AA484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA484 is #655B7B. Grayscale: #9D9D9D. Windows color (decimal): -6642556 or 8692890. OLE color: 8692890.

HSL color Cylindrical-coordinate representation of color #9AA484: hue angle of 78.75º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9AA484 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB154164132-
CMYK0.0600.200.36
HSL78.75º14.95%58.04%-
HSV(B)78.75º19.51%64.31%-
XYZ30.7735.0926.98-
YUV157.36113.69125.6-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.22%
GREEN value IS 164 (64.45% from 255) = 36.44%
BLUE value IS 132 (51.95% from 255) = 29.33%
R=34.22%
G=36.44%
B=29.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1541641320.0600.200.3678.7514.9558.04
Hex9AA4846014244ff3a
Octal2322442046024441171772
Binary10011010101001001000010011001010010010010011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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