Shades of Norway #9FAC97
Tints of Norway #9FAC97
RGB
CMYK
RGB Variations
Color information
#9FAC97 (or 0x9FAC97) is known color: Norway. HEX triplet: 9F, AC and 97. RGB value is (159,172,151). Sum of RGB (Red+Green+Blue) = 159+172+151=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 151 (59.38% from 255 or 31.33% from 482); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAC97 is #605368. Grayscale: #A5A5A5. Windows color (decimal): -6312809 or 9940127. OLE color: 9940127.
HSL color Cylindrical-coordinate representation of color #9FAC97: hue angle of 97.14º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9FAC97 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 172 | 151 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.33 |
| HSL | 97.14º | 0.11% | 0.63% | - |
| HSV(B) | 97.14º | 0.12% | 0.67% | - |
| XYZ | 34.64 | 39.11 | 35 | - |
| YUV | 165.72 | 119.69 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 151 | 0.08 | 0 | 0.12 | 0.33 | 97.14 | 0.11 | 0.63 |
| Hex | 9F | AC | 97 | 8 | 0 | C | 21 | 61 | B | 3F |
| Octal | 237 | 254 | 227 | 10 | 0 | 14 | 41 | 141 | 13 | 77 |
| Binary | 10011111 | 10101100 | 10010111 | 1000 | 0 | 1100 | 100001 | 1100001 | 1011 | 111111 |
Color Harmonies of #9FAC97
Complementary color
Monochromatic Colors of #9FAC97
Black with #9FAC97
Text Example
Text Example
White with #9FAC97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAC97; }
p { color: rgb(159,172,151); }
H1.HeaderClassName
{
color: #9FAC97;
}
.AnyTagClassName
{
color: #9FAC97;
}
</style>
background-color css
<style>
a { background-color: #9FAC97; }
a { background-color: rgb(159,172,151); }
div.DivClassName
{
background-color: #9FAC97;
}
.BgClassName
{
background-color: #9FAC97;
}
</style>
border-color css
<style>
span { border-color: #9FAC97; }
span { border-color: rgb(159,172,151); }
td.TdClassName
{
border-color: #9FAC97;
}
.TagClassName
{
border-color: #9FAC97;
}
</style>