Shades of Norway #9FB587
Tints of Norway #9FB587
RGB
CMYK
RGB Variations
Color information
#9FB587 (or 0x9FB587) is known color: Norway. HEX triplet: 9F, B5 and 87. RGB value is (159,181,135). Sum of RGB (Red+Green+Blue) = 159+181+135=475 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.47% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 135 (53.12% from 255 or 28.42% from 475); Max value from RGB is 181 - color contains mainly: green. Hex color #9FB587 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB587 is #604A78. Grayscale: #A9A9A9. Windows color (decimal): -6310521 or 8893855. OLE color: 8893855.
HSL color Cylindrical-coordinate representation of color #9FB587: hue angle of 88.7º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9FB587 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 181 | 135 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.29 |
| HSL | 88.7º | 0.24% | 0.62% | - |
| HSV(B) | 88.7º | 0.25% | 0.71% | - |
| XYZ | 35.2 | 42.17 | 29.21 | - |
| YUV | 169.18 | 108.71 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 181 | 135 | 0.12 | 0 | 0.25 | 0.29 | 88.7 | 0.24 | 0.62 |
| Hex | 9F | B5 | 87 | C | 0 | 19 | 1D | 59 | 18 | 3E |
| Octal | 237 | 265 | 207 | 14 | 0 | 31 | 35 | 131 | 30 | 76 |
| Binary | 10011111 | 10110101 | 10000111 | 1100 | 0 | 11001 | 11101 | 1011001 | 11000 | 111110 |
Color Harmonies of #9FB587
Complementary color
Monochromatic Colors of #9FB587
Black with #9FB587
Text Example
Text Example
White with #9FB587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB587; }
p { color: rgb(159,181,135); }
H1.HeaderClassName
{
color: #9FB587;
}
.AnyTagClassName
{
color: #9FB587;
}
</style>
background-color css
<style>
a { background-color: #9FB587; }
a { background-color: rgb(159,181,135); }
div.DivClassName
{
background-color: #9FB587;
}
.BgClassName
{
background-color: #9FB587;
}
</style>
border-color css
<style>
span { border-color: #9FB587; }
span { border-color: rgb(159,181,135); }
td.TdClassName
{
border-color: #9FB587;
}
.TagClassName
{
border-color: #9FB587;
}
</style>