Shades of Norway #9FB891
Tints of Norway #9FB891
RGB
CMYK
RGB Variations
Color information
#9FB891 (or 0x9FB891) is known color: Norway. HEX triplet: 9F, B8 and 91. RGB value is (159,184,145). Sum of RGB (Red+Green+Blue) = 159+184+145=488 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.58% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 184 - color contains mainly: green. Hex color #9FB891 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB891 is #60476E. Grayscale: #ACACAC. Windows color (decimal): -6309743 or 9549983. OLE color: 9549983.
HSL color Cylindrical-coordinate representation of color #9FB891: hue angle of 98.46º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FB891 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 184 | 145 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.28 |
| HSL | 98.46º | 0.22% | 0.65% | - |
| HSV(B) | 98.46º | 0.21% | 0.72% | - |
| XYZ | 36.55 | 43.7 | 33.3 | - |
| YUV | 172.08 | 112.72 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 184 | 145 | 0.14 | 0 | 0.21 | 0.28 | 98.46 | 0.22 | 0.65 |
| Hex | 9F | B8 | 91 | E | 0 | 15 | 1C | 62 | 16 | 41 |
| Octal | 237 | 270 | 221 | 16 | 0 | 25 | 34 | 142 | 26 | 101 |
| Binary | 10011111 | 10111000 | 10010001 | 1110 | 0 | 10101 | 11100 | 1100010 | 10110 | 1000001 |
Color Harmonies of #9FB891
Complementary color
Monochromatic Colors of #9FB891
Black with #9FB891
Text Example
Text Example
White with #9FB891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB891; }
p { color: rgb(159,184,145); }
H1.HeaderClassName
{
color: #9FB891;
}
.AnyTagClassName
{
color: #9FB891;
}
</style>
background-color css
<style>
a { background-color: #9FB891; }
a { background-color: rgb(159,184,145); }
div.DivClassName
{
background-color: #9FB891;
}
.BgClassName
{
background-color: #9FB891;
}
</style>
border-color css
<style>
span { border-color: #9FB891; }
span { border-color: rgb(159,184,145); }
td.TdClassName
{
border-color: #9FB891;
}
.TagClassName
{
border-color: #9FB891;
}
</style>