Shades of Norway #9AA984
Tints of Norway #9AA984
RGB
CMYK
RGB Variations
Color information
#9AA984 (or 0x9AA984) is known color: Norway. HEX triplet: 9A, A9 and 84. RGB value is (154,169,132). Sum of RGB (Red+Green+Blue) = 154+169+132=455 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.85% from 455); Green value is 169 (66.41% from 255 or 37.14% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 169 - color contains mainly: green. Hex color #9AA984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA984 is #65567B. Grayscale: #A0A0A0. Windows color (decimal): -6641276 or 8694170. OLE color: 8694170.
HSL color Cylindrical-coordinate representation of color #9AA984: hue angle of 84.32º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9AA984 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 154 | 169 | 132 | - |
| CMYK | 0.09 | 0 | 0.22 | 0.34 |
| HSL | 84.32º | 0.18% | 0.59% | - |
| HSV(B) | 84.32º | 0.22% | 0.66% | - |
| XYZ | 31.68 | 36.91 | 27.28 | - |
| YUV | 160.3 | 112.03 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 169 | 132 | 0.09 | 0 | 0.22 | 0.34 | 84.32 | 0.18 | 0.59 |
| Hex | 9A | A9 | 84 | 9 | 0 | 16 | 22 | 54 | 12 | 3B |
| Octal | 232 | 251 | 204 | 11 | 0 | 26 | 42 | 124 | 22 | 73 |
| Binary | 10011010 | 10101001 | 10000100 | 1001 | 0 | 10110 | 100010 | 1010100 | 10010 | 111011 |
Color Harmonies of #9AA984
Complementary color
Monochromatic Colors of #9AA984
Black with #9AA984
Text Example
Text Example
White with #9AA984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA984; }
p { color: rgb(154,169,132); }
H1.HeaderClassName
{
color: #9AA984;
}
.AnyTagClassName
{
color: #9AA984;
}
</style>
background-color css
<style>
a { background-color: #9AA984; }
a { background-color: rgb(154,169,132); }
div.DivClassName
{
background-color: #9AA984;
}
.BgClassName
{
background-color: #9AA984;
}
</style>
border-color css
<style>
span { border-color: #9AA984; }
span { border-color: rgb(154,169,132); }
td.TdClassName
{
border-color: #9AA984;
}
.TagClassName
{
border-color: #9AA984;
}
</style>