Shades of Norway #9FB686
Tints of Norway #9FB686
RGB
CMYK
RGB Variations
Color information
#9FB686 (or 0x9FB686) is known color: Norway. HEX triplet: 9F, B6 and 86. RGB value is (159,182,134). Sum of RGB (Red+Green+Blue) = 159+182+134=475 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.47% from 475); Green value is 182 (71.48% from 255 or 38.32% from 475); Blue value is 134 (52.73% from 255 or 28.21% from 475); Max value from RGB is 182 - color contains mainly: green. Hex color #9FB686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB686 is #604979. Grayscale: #A9A9A9. Windows color (decimal): -6310266 or 8828575. OLE color: 8828575.
HSL color Cylindrical-coordinate representation of color #9FB686: hue angle of 88.75º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9FB686 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 182 | 134 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.29 |
| HSL | 88.75º | 0.25% | 0.62% | - |
| HSV(B) | 88.75º | 0.26% | 0.71% | - |
| XYZ | 35.33 | 42.55 | 28.9 | - |
| YUV | 169.65 | 107.88 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 182 | 134 | 0.13 | 0 | 0.26 | 0.29 | 88.75 | 0.25 | 0.62 |
| Hex | 9F | B6 | 86 | D | 0 | 1A | 1D | 59 | 19 | 3E |
| Octal | 237 | 266 | 206 | 15 | 0 | 32 | 35 | 131 | 31 | 76 |
| Binary | 10011111 | 10110110 | 10000110 | 1101 | 0 | 11010 | 11101 | 1011001 | 11001 | 111110 |
Color Harmonies of #9FB686
Complementary color
Monochromatic Colors of #9FB686
Black with #9FB686
Text Example
Text Example
White with #9FB686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB686; }
p { color: rgb(159,182,134); }
H1.HeaderClassName
{
color: #9FB686;
}
.AnyTagClassName
{
color: #9FB686;
}
</style>
background-color css
<style>
a { background-color: #9FB686; }
a { background-color: rgb(159,182,134); }
div.DivClassName
{
background-color: #9FB686;
}
.BgClassName
{
background-color: #9FB686;
}
</style>
border-color css
<style>
span { border-color: #9FB686; }
span { border-color: rgb(159,182,134); }
td.TdClassName
{
border-color: #9FB686;
}
.TagClassName
{
border-color: #9FB686;
}
</style>