Shades of Norway #9AAB8F
Tints of Norway #9AAB8F
RGB
CMYK
RGB Variations
Color information
#9AAB8F (or 0x9AAB8F) is known color: Norway. HEX triplet: 9A, AB and 8F. RGB value is (154,171,143). Sum of RGB (Red+Green+Blue) = 154+171+143=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 171 - color contains mainly: green. Hex color #9AAB8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAB8F is #655470. Grayscale: #A2A2A2. Windows color (decimal): -6640753 or 9415578. OLE color: 9415578.
HSL color Cylindrical-coordinate representation of color #9AAB8F: hue angle of 96.43º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9AAB8F is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 171 | 143 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.33 |
| HSL | 96.43º | 0.14% | 0.62% | - |
| HSV(B) | 96.43º | 0.16% | 0.67% | - |
| XYZ | 32.85 | 37.98 | 31.59 | - |
| YUV | 162.73 | 116.87 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 171 | 143 | 0.10 | 0 | 0.16 | 0.33 | 96.43 | 0.14 | 0.62 |
| Hex | 9A | AB | 8F | A | 0 | 10 | 21 | 60 | E | 3E |
| Octal | 232 | 253 | 217 | 12 | 0 | 20 | 41 | 140 | 16 | 76 |
| Binary | 10011010 | 10101011 | 10001111 | 1010 | 0 | 10000 | 100001 | 1100000 | 1110 | 111110 |
Color Harmonies of #9AAB8F
Complementary color
Monochromatic Colors of #9AAB8F
Black with #9AAB8F
Text Example
Text Example
White with #9AAB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAB8F; }
p { color: rgb(154,171,143); }
H1.HeaderClassName
{
color: #9AAB8F;
}
.AnyTagClassName
{
color: #9AAB8F;
}
</style>
background-color css
<style>
a { background-color: #9AAB8F; }
a { background-color: rgb(154,171,143); }
div.DivClassName
{
background-color: #9AAB8F;
}
.BgClassName
{
background-color: #9AAB8F;
}
</style>
border-color css
<style>
span { border-color: #9AAB8F; }
span { border-color: rgb(154,171,143); }
td.TdClassName
{
border-color: #9AAB8F;
}
.TagClassName
{
border-color: #9AAB8F;
}
</style>