Shades of Norway #9FA899
Tints of Norway #9FA899
RGB
CMYK
RGB Variations
Color information
#9FA899 (or 0x9FA899) is known color: Norway. HEX triplet: 9F, A8 and 99. RGB value is (159,168,153). Sum of RGB (Red+Green+Blue) = 159+168+153=480 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.12% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 153 (60.16% from 255 or 31.88% from 480); Max value from RGB is 168 - color contains mainly: green. Hex color #9FA899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA899 is #605766. Grayscale: #A3A3A3. Windows color (decimal): -6313831 or 10070175. OLE color: 10070175.
HSL color Cylindrical-coordinate representation of color #9FA899: hue angle of 96º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9FA899 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 159 | 168 | 153 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.34 |
| HSL | 96º | 0.08% | 0.63% | - |
| HSV(B) | 96º | 0.09% | 0.66% | - |
| XYZ | 34.05 | 37.68 | 35.61 | - |
| YUV | 163.6 | 122.02 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 168 | 153 | 0.05 | 0 | 0.09 | 0.34 | 96 | 0.08 | 0.63 |
| Hex | 9F | A8 | 99 | 5 | 0 | 9 | 22 | 60 | 8 | 3F |
| Octal | 237 | 250 | 231 | 5 | 0 | 11 | 42 | 140 | 10 | 77 |
| Binary | 10011111 | 10101000 | 10011001 | 101 | 0 | 1001 | 100010 | 1100000 | 1000 | 111111 |
Color Harmonies of #9FA899
Complementary color
Monochromatic Colors of #9FA899
Black with #9FA899
Text Example
Text Example
White with #9FA899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA899; }
p { color: rgb(159,168,153); }
H1.HeaderClassName
{
color: #9FA899;
}
.AnyTagClassName
{
color: #9FA899;
}
</style>
background-color css
<style>
a { background-color: #9FA899; }
a { background-color: rgb(159,168,153); }
div.DivClassName
{
background-color: #9FA899;
}
.BgClassName
{
background-color: #9FA899;
}
</style>
border-color css
<style>
span { border-color: #9FA899; }
span { border-color: rgb(159,168,153); }
td.TdClassName
{
border-color: #9FA899;
}
.TagClassName
{
border-color: #9FA899;
}
</style>