Shades of Norway #9FB287
Tints of Norway #9FB287
RGB
CMYK
RGB Variations
Color information
#9FB287 (or 0x9FB287) is known color: Norway. HEX triplet: 9F, B2 and 87. RGB value is (159,178,135). Sum of RGB (Red+Green+Blue) = 159+178+135=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 135 (53.12% from 255 or 28.60% from 472); Max value from RGB is 178 - color contains mainly: green. Hex color #9FB287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB287 is #604D78. Grayscale: #A7A7A7. Windows color (decimal): -6311289 or 8893087. OLE color: 8893087.
HSL color Cylindrical-coordinate representation of color #9FB287: hue angle of 86.51º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9FB287 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 178 | 135 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.30 |
| HSL | 86.51º | 0.22% | 0.61% | - |
| HSV(B) | 86.51º | 0.24% | 0.7% | - |
| XYZ | 34.59 | 40.96 | 29 | - |
| YUV | 167.42 | 109.71 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 178 | 135 | 0.11 | 0 | 0.24 | 0.30 | 86.51 | 0.22 | 0.61 |
| Hex | 9F | B2 | 87 | B | 0 | 18 | 1E | 57 | 16 | 3D |
| Octal | 237 | 262 | 207 | 13 | 0 | 30 | 36 | 127 | 26 | 75 |
| Binary | 10011111 | 10110010 | 10000111 | 1011 | 0 | 11000 | 11110 | 1010111 | 10110 | 111101 |
Color Harmonies of #9FB287
Complementary color
Monochromatic Colors of #9FB287
Black with #9FB287
Text Example
Text Example
White with #9FB287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB287; }
p { color: rgb(159,178,135); }
H1.HeaderClassName
{
color: #9FB287;
}
.AnyTagClassName
{
color: #9FB287;
}
</style>
background-color css
<style>
a { background-color: #9FB287; }
a { background-color: rgb(159,178,135); }
div.DivClassName
{
background-color: #9FB287;
}
.BgClassName
{
background-color: #9FB287;
}
</style>
border-color css
<style>
span { border-color: #9FB287; }
span { border-color: rgb(159,178,135); }
td.TdClassName
{
border-color: #9FB287;
}
.TagClassName
{
border-color: #9FB287;
}
</style>