Shades of Norway #9FB093
Tints of Norway #9FB093
RGB
CMYK
RGB Variations
Color information
#9FB093 (or 0x9FB093) is known color: Norway. HEX triplet: 9F, B0 and 93. RGB value is (159,176,147). Sum of RGB (Red+Green+Blue) = 159+176+147=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB093 is #604F6C. Grayscale: #A7A7A7. Windows color (decimal): -6311789 or 9679007. OLE color: 9679007.
HSL color Cylindrical-coordinate representation of color #9FB093: hue angle of 95.17º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9FB093 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 176 | 147 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.31 |
| HSL | 95.17º | 0.16% | 0.63% | - |
| HSV(B) | 95.17º | 0.16% | 0.69% | - |
| XYZ | 35.09 | 40.53 | 33.58 | - |
| YUV | 167.61 | 116.37 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 176 | 147 | 0.10 | 0 | 0.16 | 0.31 | 95.17 | 0.16 | 0.63 |
| Hex | 9F | B0 | 93 | A | 0 | 10 | 1F | 5F | 10 | 3F |
| Octal | 237 | 260 | 223 | 12 | 0 | 20 | 37 | 137 | 20 | 77 |
| Binary | 10011111 | 10110000 | 10010011 | 1010 | 0 | 10000 | 11111 | 1011111 | 10000 | 111111 |
Color Harmonies of #9FB093
Complementary color
Monochromatic Colors of #9FB093
Black with #9FB093
Text Example
Text Example
White with #9FB093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB093; }
p { color: rgb(159,176,147); }
H1.HeaderClassName
{
color: #9FB093;
}
.AnyTagClassName
{
color: #9FB093;
}
</style>
background-color css
<style>
a { background-color: #9FB093; }
a { background-color: rgb(159,176,147); }
div.DivClassName
{
background-color: #9FB093;
}
.BgClassName
{
background-color: #9FB093;
}
</style>
border-color css
<style>
span { border-color: #9FB093; }
span { border-color: rgb(159,176,147); }
td.TdClassName
{
border-color: #9FB093;
}
.TagClassName
{
border-color: #9FB093;
}
</style>