Shades of Norway #9AAA84
Tints of Norway #9AAA84
RGB
CMYK
RGB Variations
Color information
#9AAA84 (or 0x9AAA84) is known color: Norway. HEX triplet: 9A, AA and 84. RGB value is (154,170,132). Sum of RGB (Red+Green+Blue) = 154+170+132=456 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.77% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAA84 is #65557B. Grayscale: #A1A1A1. Windows color (decimal): -6641020 or 8694426. OLE color: 8694426.
HSL color Cylindrical-coordinate representation of color #9AAA84: hue angle of 85.26º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9AAA84 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 170 | 132 | - |
| CMYK | 0.09 | 0 | 0.22 | 0.33 |
| HSL | 85.26º | 0.18% | 0.59% | - |
| HSV(B) | 85.26º | 0.22% | 0.67% | - |
| XYZ | 31.87 | 37.29 | 27.35 | - |
| YUV | 160.88 | 111.7 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 170 | 132 | 0.09 | 0 | 0.22 | 0.33 | 85.26 | 0.18 | 0.59 |
| Hex | 9A | AA | 84 | 9 | 0 | 16 | 21 | 55 | 12 | 3B |
| Octal | 232 | 252 | 204 | 11 | 0 | 26 | 41 | 125 | 22 | 73 |
| Binary | 10011010 | 10101010 | 10000100 | 1001 | 0 | 10110 | 100001 | 1010101 | 10010 | 111011 |
Color Harmonies of #9AAA84
Complementary color
Monochromatic Colors of #9AAA84
Black with #9AAA84
Text Example
Text Example
White with #9AAA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAA84; }
p { color: rgb(154,170,132); }
H1.HeaderClassName
{
color: #9AAA84;
}
.AnyTagClassName
{
color: #9AAA84;
}
</style>
background-color css
<style>
a { background-color: #9AAA84; }
a { background-color: rgb(154,170,132); }
div.DivClassName
{
background-color: #9AAA84;
}
.BgClassName
{
background-color: #9AAA84;
}
</style>
border-color css
<style>
span { border-color: #9AAA84; }
span { border-color: rgb(154,170,132); }
td.TdClassName
{
border-color: #9AAA84;
}
.TagClassName
{
border-color: #9AAA84;
}
</style>