#9AA982

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

Shades of Sage #9AA982

Tints of Sage #9AA982

Color information

#9AA982 (or 0x9AA982) is unknown color: approx Sage. HEX triplet: 9A, A9 and 82. RGB value is (154,169,130). Sum of RGB (Red+Green+Blue) = 154+169+130=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 169 - color contains mainly: green. Hex color #9AA982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA982 is #65567D. Grayscale: #A0A0A0. Windows color (decimal): -6641278 or 8563098. OLE color: 8563098.

HSL color Cylindrical-coordinate representation of color #9AA982: hue angle of 83.08º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9AA982 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB154169130-
CMYK0.0900.230.34
HSL83.08º18.48%58.63%-
HSV(B)83.08º23.08%66.27%-
XYZ31.5436.8626.57-
YUV160.07111.03123.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.00%
GREEN value IS 169 (66.41% from 255) = 37.31%
BLUE value IS 130 (51.17% from 255) = 28.70%
R=34.00%
G=37.31%
B=28.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1541691300.0900.230.3483.0818.4858.63
Hex9AA98290172253123b
Octal23225120211027421232273
Binary1001101010101001100000101001010111100010101001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,169,130); }

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

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

 a { background-color: rgb(154,169,130); }

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

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

 span { border-color: rgb(154,169,130); }

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