Shades of Norway #9AAB86
Tints of Norway #9AAB86
RGB
CMYK
RGB Variations
Color information
#9AAB86 (or 0x9AAB86) is known color: Norway. HEX triplet: 9A, AB and 86. RGB value is (154,171,134). Sum of RGB (Red+Green+Blue) = 154+171+134=459 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.55% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 171 - color contains mainly: green. Hex color #9AAB86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAB86 is #655479. Grayscale: #A1A1A1. Windows color (decimal): -6640762 or 8825754. OLE color: 8825754.
HSL color Cylindrical-coordinate representation of color #9AAB86: hue angle of 87.57º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9AAB86 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 171 | 134 | - |
| CMYK | 0.10 | 0 | 0.22 | 0.33 |
| HSL | 87.57º | 0.18% | 0.6% | - |
| HSV(B) | 87.57º | 0.22% | 0.67% | - |
| XYZ | 32.19 | 37.72 | 28.14 | - |
| YUV | 161.7 | 112.37 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 171 | 134 | 0.10 | 0 | 0.22 | 0.33 | 87.57 | 0.18 | 0.6 |
| Hex | 9A | AB | 86 | A | 0 | 16 | 21 | 58 | 12 | 3C |
| Octal | 232 | 253 | 206 | 12 | 0 | 26 | 41 | 130 | 22 | 74 |
| Binary | 10011010 | 10101011 | 10000110 | 1010 | 0 | 10110 | 100001 | 1011000 | 10010 | 111100 |
Color Harmonies of #9AAB86
Complementary color
Monochromatic Colors of #9AAB86
Black with #9AAB86
Text Example
Text Example
White with #9AAB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAB86; }
p { color: rgb(154,171,134); }
H1.HeaderClassName
{
color: #9AAB86;
}
.AnyTagClassName
{
color: #9AAB86;
}
</style>
background-color css
<style>
a { background-color: #9AAB86; }
a { background-color: rgb(154,171,134); }
div.DivClassName
{
background-color: #9AAB86;
}
.BgClassName
{
background-color: #9AAB86;
}
</style>
border-color css
<style>
span { border-color: #9AAB86; }
span { border-color: rgb(154,171,134); }
td.TdClassName
{
border-color: #9AAB86;
}
.TagClassName
{
border-color: #9AAB86;
}
</style>