Shades of Norway #9FB388
Tints of Norway #9FB388
RGB
CMYK
RGB Variations
Color information
#9FB388 (or 0x9FB388) is known color: Norway. HEX triplet: 9F, B3 and 88. RGB value is (159,179,136). Sum of RGB (Red+Green+Blue) = 159+179+136=474 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.54% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB388 is #604C77. Grayscale: #A8A8A8. Windows color (decimal): -6311032 or 8958879. OLE color: 8958879.
HSL color Cylindrical-coordinate representation of color #9FB388: hue angle of 87.91º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9FB388 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 179 | 136 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.30 |
| HSL | 87.91º | 0.22% | 0.62% | - |
| HSV(B) | 87.91º | 0.24% | 0.7% | - |
| XYZ | 34.86 | 41.39 | 29.44 | - |
| YUV | 168.12 | 109.87 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 179 | 136 | 0.11 | 0 | 0.24 | 0.30 | 87.91 | 0.22 | 0.62 |
| Hex | 9F | B3 | 88 | B | 0 | 18 | 1E | 58 | 16 | 3E |
| Octal | 237 | 263 | 210 | 13 | 0 | 30 | 36 | 130 | 26 | 76 |
| Binary | 10011111 | 10110011 | 10001000 | 1011 | 0 | 11000 | 11110 | 1011000 | 10110 | 111110 |
Color Harmonies of #9FB388
Complementary color
Monochromatic Colors of #9FB388
Black with #9FB388
Text Example
Text Example
White with #9FB388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB388; }
p { color: rgb(159,179,136); }
H1.HeaderClassName
{
color: #9FB388;
}
.AnyTagClassName
{
color: #9FB388;
}
</style>
background-color css
<style>
a { background-color: #9FB388; }
a { background-color: rgb(159,179,136); }
div.DivClassName
{
background-color: #9FB388;
}
.BgClassName
{
background-color: #9FB388;
}
</style>
border-color css
<style>
span { border-color: #9FB388; }
span { border-color: rgb(159,179,136); }
td.TdClassName
{
border-color: #9FB388;
}
.TagClassName
{
border-color: #9FB388;
}
</style>