Shades of Norway #9FB293
Tints of Norway #9FB293
RGB
CMYK
RGB Variations
Color information
#9FB293 (or 0x9FB293) is known color: Norway. HEX triplet: 9F, B2 and 93. RGB value is (159,178,147). Sum of RGB (Red+Green+Blue) = 159+178+147=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 178 (69.92% from 255 or 36.78% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 178 - color contains mainly: green. Hex color #9FB293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB293 is #604D6C. Grayscale: #A8A8A8. Windows color (decimal): -6311277 or 9679519. OLE color: 9679519.
HSL color Cylindrical-coordinate representation of color #9FB293: hue angle of 96.77º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9FB293 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 178 | 147 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.30 |
| HSL | 96.77º | 0.17% | 0.64% | - |
| HSV(B) | 96.77º | 0.17% | 0.7% | - |
| XYZ | 35.48 | 41.32 | 33.71 | - |
| YUV | 168.79 | 115.71 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 178 | 147 | 0.11 | 0 | 0.17 | 0.30 | 96.77 | 0.17 | 0.64 |
| Hex | 9F | B2 | 93 | B | 0 | 11 | 1E | 61 | 11 | 40 |
| Octal | 237 | 262 | 223 | 13 | 0 | 21 | 36 | 141 | 21 | 100 |
| Binary | 10011111 | 10110010 | 10010011 | 1011 | 0 | 10001 | 11110 | 1100001 | 10001 | 1000000 |
Color Harmonies of #9FB293
Complementary color
Monochromatic Colors of #9FB293
Black with #9FB293
Text Example
Text Example
White with #9FB293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB293; }
p { color: rgb(159,178,147); }
H1.HeaderClassName
{
color: #9FB293;
}
.AnyTagClassName
{
color: #9FB293;
}
</style>
background-color css
<style>
a { background-color: #9FB293; }
a { background-color: rgb(159,178,147); }
div.DivClassName
{
background-color: #9FB293;
}
.BgClassName
{
background-color: #9FB293;
}
</style>
border-color css
<style>
span { border-color: #9FB293; }
span { border-color: rgb(159,178,147); }
td.TdClassName
{
border-color: #9FB293;
}
.TagClassName
{
border-color: #9FB293;
}
</style>