Shades of Norway #9FB095
Tints of Norway #9FB095
RGB
CMYK
RGB Variations
Color information
#9FB095 (or 0x9FB095) is known color: Norway. HEX triplet: 9F, B0 and 95. RGB value is (159,176,149). Sum of RGB (Red+Green+Blue) = 159+176+149=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB095 is #604F6A. Grayscale: #A7A7A7. Windows color (decimal): -6311787 or 9810079. OLE color: 9810079.
HSL color Cylindrical-coordinate representation of color #9FB095: hue angle of 97.78º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FB095 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 176 | 149 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.31 |
| HSL | 97.78º | 0.15% | 0.64% | - |
| HSV(B) | 97.78º | 0.15% | 0.69% | - |
| XYZ | 35.25 | 40.59 | 34.41 | - |
| YUV | 167.84 | 117.37 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 176 | 149 | 0.10 | 0 | 0.15 | 0.31 | 97.78 | 0.15 | 0.64 |
| Hex | 9F | B0 | 95 | A | 0 | F | 1F | 62 | F | 40 |
| Octal | 237 | 260 | 225 | 12 | 0 | 17 | 37 | 142 | 17 | 100 |
| Binary | 10011111 | 10110000 | 10010101 | 1010 | 0 | 1111 | 11111 | 1100010 | 1111 | 1000000 |
Color Harmonies of #9FB095
Complementary color
Monochromatic Colors of #9FB095
Black with #9FB095
Text Example
Text Example
White with #9FB095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB095; }
p { color: rgb(159,176,149); }
H1.HeaderClassName
{
color: #9FB095;
}
.AnyTagClassName
{
color: #9FB095;
}
</style>
background-color css
<style>
a { background-color: #9FB095; }
a { background-color: rgb(159,176,149); }
div.DivClassName
{
background-color: #9FB095;
}
.BgClassName
{
background-color: #9FB095;
}
</style>
border-color css
<style>
span { border-color: #9FB095; }
span { border-color: rgb(159,176,149); }
td.TdClassName
{
border-color: #9FB095;
}
.TagClassName
{
border-color: #9FB095;
}
</style>