Shades of Norway #9FB389
Tints of Norway #9FB389
RGB
CMYK
RGB Variations
Color information
#9FB389 (or 0x9FB389) is known color: Norway. HEX triplet: 9F, B3 and 89. RGB value is (159,179,137). Sum of RGB (Red+Green+Blue) = 159+179+137=475 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.47% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 137 (53.91% from 255 or 28.84% from 475); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB389 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB389 is #604C76. Grayscale: #A8A8A8. Windows color (decimal): -6311031 or 9024415. OLE color: 9024415.
HSL color Cylindrical-coordinate representation of color #9FB389: hue angle of 88.57º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FB389 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 179 | 137 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.30 |
| HSL | 88.57º | 0.22% | 0.62% | - |
| HSV(B) | 88.57º | 0.23% | 0.7% | - |
| XYZ | 34.93 | 41.42 | 29.82 | - |
| YUV | 168.23 | 110.37 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 179 | 137 | 0.11 | 0 | 0.23 | 0.30 | 88.57 | 0.22 | 0.62 |
| Hex | 9F | B3 | 89 | B | 0 | 17 | 1E | 59 | 16 | 3E |
| Octal | 237 | 263 | 211 | 13 | 0 | 27 | 36 | 131 | 26 | 76 |
| Binary | 10011111 | 10110011 | 10001001 | 1011 | 0 | 10111 | 11110 | 1011001 | 10110 | 111110 |
Color Harmonies of #9FB389
Complementary color
Monochromatic Colors of #9FB389
Black with #9FB389
Text Example
Text Example
White with #9FB389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB389; }
p { color: rgb(159,179,137); }
H1.HeaderClassName
{
color: #9FB389;
}
.AnyTagClassName
{
color: #9FB389;
}
</style>
background-color css
<style>
a { background-color: #9FB389; }
a { background-color: rgb(159,179,137); }
div.DivClassName
{
background-color: #9FB389;
}
.BgClassName
{
background-color: #9FB389;
}
</style>
border-color css
<style>
span { border-color: #9FB389; }
span { border-color: rgb(159,179,137); }
td.TdClassName
{
border-color: #9FB389;
}
.TagClassName
{
border-color: #9FB389;
}
</style>