Shades of Norway #9FBA90
Tints of Norway #9FBA90
RGB
CMYK
RGB Variations
Color information
#9FBA90 (or 0x9FBA90) is known color: Norway. HEX triplet: 9F, BA and 90. RGB value is (159,186,144). Sum of RGB (Red+Green+Blue) = 159+186+144=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBA90 is #60456F. Grayscale: #ADADAD. Windows color (decimal): -6309232 or 9484959. OLE color: 9484959.
HSL color Cylindrical-coordinate representation of color #9FBA90: hue angle of 98.57º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FBA90 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 186 | 144 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.27 |
| HSL | 98.57º | 0.23% | 0.65% | - |
| HSV(B) | 98.57º | 0.23% | 0.73% | - |
| XYZ | 36.89 | 44.5 | 33.03 | - |
| YUV | 173.14 | 111.55 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 144 | 0.15 | 0 | 0.23 | 0.27 | 98.57 | 0.23 | 0.65 |
| Hex | 9F | BA | 90 | F | 0 | 17 | 1B | 63 | 17 | 41 |
| Octal | 237 | 272 | 220 | 17 | 0 | 27 | 33 | 143 | 27 | 101 |
| Binary | 10011111 | 10111010 | 10010000 | 1111 | 0 | 10111 | 11011 | 1100011 | 10111 | 1000001 |
Color Harmonies of #9FBA90
Complementary color
Monochromatic Colors of #9FBA90
Black with #9FBA90
Text Example
Text Example
White with #9FBA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBA90; }
p { color: rgb(159,186,144); }
H1.HeaderClassName
{
color: #9FBA90;
}
.AnyTagClassName
{
color: #9FBA90;
}
</style>
background-color css
<style>
a { background-color: #9FBA90; }
a { background-color: rgb(159,186,144); }
div.DivClassName
{
background-color: #9FBA90;
}
.BgClassName
{
background-color: #9FBA90;
}
</style>
border-color css
<style>
span { border-color: #9FBA90; }
span { border-color: rgb(159,186,144); }
td.TdClassName
{
border-color: #9FBA90;
}
.TagClassName
{
border-color: #9FBA90;
}
</style>