Shades of Norway #9FB784
Tints of Norway #9FB784
RGB
CMYK
RGB Variations
Color information
#9FB784 (or 0x9FB784) is known color: Norway. HEX triplet: 9F, B7 and 84. RGB value is (159,183,132). Sum of RGB (Red+Green+Blue) = 159+183+132=474 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.54% from 474); Green value is 183 (71.88% from 255 or 38.61% from 474); Blue value is 132 (51.95% from 255 or 27.85% from 474); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB784 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB784 is #60487B. Grayscale: #AAAAAA. Windows color (decimal): -6310012 or 8697759. OLE color: 8697759.
HSL color Cylindrical-coordinate representation of color #9FB784: hue angle of 88.24º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FB784 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 183 | 132 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.28 |
| HSL | 88.24º | 0.26% | 0.62% | - |
| HSV(B) | 88.24º | 0.28% | 0.72% | - |
| XYZ | 35.4 | 42.9 | 28.25 | - |
| YUV | 170.01 | 106.55 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 183 | 132 | 0.13 | 0 | 0.28 | 0.28 | 88.24 | 0.26 | 0.62 |
| Hex | 9F | B7 | 84 | D | 0 | 1C | 1C | 58 | 1A | 3E |
| Octal | 237 | 267 | 204 | 15 | 0 | 34 | 34 | 130 | 32 | 76 |
| Binary | 10011111 | 10110111 | 10000100 | 1101 | 0 | 11100 | 11100 | 1011000 | 11010 | 111110 |
Color Harmonies of #9FB784
Complementary color
Monochromatic Colors of #9FB784
Black with #9FB784
Text Example
Text Example
White with #9FB784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB784; }
p { color: rgb(159,183,132); }
H1.HeaderClassName
{
color: #9FB784;
}
.AnyTagClassName
{
color: #9FB784;
}
</style>
background-color css
<style>
a { background-color: #9FB784; }
a { background-color: rgb(159,183,132); }
div.DivClassName
{
background-color: #9FB784;
}
.BgClassName
{
background-color: #9FB784;
}
</style>
border-color css
<style>
span { border-color: #9FB784; }
span { border-color: rgb(159,183,132); }
td.TdClassName
{
border-color: #9FB784;
}
.TagClassName
{
border-color: #9FB784;
}
</style>