Shades of Norway #9FBB88
Tints of Norway #9FBB88
RGB
CMYK
RGB Variations
Color information
#9FBB88 (or 0x9FBB88) is known color: Norway. HEX triplet: 9F, BB and 88. RGB value is (159,187,136). Sum of RGB (Red+Green+Blue) = 159+187+136=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 136 (53.52% from 255 or 28.22% from 482); Max value from RGB is 187 - color contains mainly: green. Hex color #9FBB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBB88 is #604477. Grayscale: #ACACAC. Windows color (decimal): -6308984 or 8960927. OLE color: 8960927.
HSL color Cylindrical-coordinate representation of color #9FBB88: hue angle of 92.94º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FBB88 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 187 | 136 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.27 |
| HSL | 92.94º | 0.27% | 0.63% | - |
| HSV(B) | 92.94º | 0.27% | 0.73% | - |
| XYZ | 36.51 | 44.69 | 29.99 | - |
| YUV | 172.81 | 107.22 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 187 | 136 | 0.15 | 0 | 0.27 | 0.27 | 92.94 | 0.27 | 0.63 |
| Hex | 9F | BB | 88 | F | 0 | 1B | 1B | 5D | 1B | 3F |
| Octal | 237 | 273 | 210 | 17 | 0 | 33 | 33 | 135 | 33 | 77 |
| Binary | 10011111 | 10111011 | 10001000 | 1111 | 0 | 11011 | 11011 | 1011101 | 11011 | 111111 |
Color Harmonies of #9FBB88
Complementary color
Monochromatic Colors of #9FBB88
Black with #9FBB88
Text Example
Text Example
White with #9FBB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBB88; }
p { color: rgb(159,187,136); }
H1.HeaderClassName
{
color: #9FBB88;
}
.AnyTagClassName
{
color: #9FBB88;
}
</style>
background-color css
<style>
a { background-color: #9FBB88; }
a { background-color: rgb(159,187,136); }
div.DivClassName
{
background-color: #9FBB88;
}
.BgClassName
{
background-color: #9FBB88;
}
</style>
border-color css
<style>
span { border-color: #9FBB88; }
span { border-color: rgb(159,187,136); }
td.TdClassName
{
border-color: #9FBB88;
}
.TagClassName
{
border-color: #9FBB88;
}
</style>