Shades of Norway #9FB387
Tints of Norway #9FB387
RGB
CMYK
RGB Variations
Color information
#9FB387 (or 0x9FB387) is known color: Norway. HEX triplet: 9F, B3 and 87. RGB value is (159,179,135). Sum of RGB (Red+Green+Blue) = 159+179+135=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB387 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB387 is #604C78. Grayscale: #A8A8A8. Windows color (decimal): -6311033 or 8893343. OLE color: 8893343.
HSL color Cylindrical-coordinate representation of color #9FB387: hue angle of 87.27º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9FB387 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 179 | 135 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.30 |
| HSL | 87.27º | 0.22% | 0.62% | - |
| HSV(B) | 87.27º | 0.25% | 0.7% | - |
| XYZ | 34.79 | 41.36 | 29.07 | - |
| YUV | 168 | 109.37 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 179 | 135 | 0.11 | 0 | 0.25 | 0.30 | 87.27 | 0.22 | 0.62 |
| Hex | 9F | B3 | 87 | B | 0 | 19 | 1E | 57 | 16 | 3E |
| Octal | 237 | 263 | 207 | 13 | 0 | 31 | 36 | 127 | 26 | 76 |
| Binary | 10011111 | 10110011 | 10000111 | 1011 | 0 | 11001 | 11110 | 1010111 | 10110 | 111110 |
Color Harmonies of #9FB387
Complementary color
Monochromatic Colors of #9FB387
Black with #9FB387
Text Example
Text Example
White with #9FB387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB387; }
p { color: rgb(159,179,135); }
H1.HeaderClassName
{
color: #9FB387;
}
.AnyTagClassName
{
color: #9FB387;
}
</style>
background-color css
<style>
a { background-color: #9FB387; }
a { background-color: rgb(159,179,135); }
div.DivClassName
{
background-color: #9FB387;
}
.BgClassName
{
background-color: #9FB387;
}
</style>
border-color css
<style>
span { border-color: #9FB387; }
span { border-color: rgb(159,179,135); }
td.TdClassName
{
border-color: #9FB387;
}
.TagClassName
{
border-color: #9FB387;
}
</style>