Shades of Norway #9FBA88
Tints of Norway #9FBA88
RGB
CMYK
RGB Variations
Color information
#9FBA88 (or 0x9FBA88) is known color: Norway. HEX triplet: 9F, BA and 88. RGB value is (159,186,136). Sum of RGB (Red+Green+Blue) = 159+186+136=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBA88 is #604577. Grayscale: #ACACAC. Windows color (decimal): -6309240 or 8960671. OLE color: 8960671.
HSL color Cylindrical-coordinate representation of color #9FBA88: hue angle of 92.4º 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 #9FBA88 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 186 | 136 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.27 |
| HSL | 92.4º | 0.27% | 0.63% | - |
| HSV(B) | 92.4º | 0.27% | 0.73% | - |
| XYZ | 36.3 | 44.27 | 29.92 | - |
| YUV | 172.23 | 107.55 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 136 | 0.15 | 0 | 0.27 | 0.27 | 92.4 | 0.27 | 0.63 |
| Hex | 9F | BA | 88 | F | 0 | 1B | 1B | 5C | 1B | 3F |
| Octal | 237 | 272 | 210 | 17 | 0 | 33 | 33 | 134 | 33 | 77 |
| Binary | 10011111 | 10111010 | 10001000 | 1111 | 0 | 11011 | 11011 | 1011100 | 11011 | 111111 |
Color Harmonies of #9FBA88
Complementary color
Monochromatic Colors of #9FBA88
Black with #9FBA88
Text Example
Text Example
White with #9FBA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBA88; }
p { color: rgb(159,186,136); }
H1.HeaderClassName
{
color: #9FBA88;
}
.AnyTagClassName
{
color: #9FBA88;
}
</style>
background-color css
<style>
a { background-color: #9FBA88; }
a { background-color: rgb(159,186,136); }
div.DivClassName
{
background-color: #9FBA88;
}
.BgClassName
{
background-color: #9FBA88;
}
</style>
border-color css
<style>
span { border-color: #9FBA88; }
span { border-color: rgb(159,186,136); }
td.TdClassName
{
border-color: #9FBA88;
}
.TagClassName
{
border-color: #9FBA88;
}
</style>