Shades of Norway #9FB58B
Tints of Norway #9FB58B
RGB
CMYK
RGB Variations
Color information
#9FB58B (or 0x9FB58B) is known color: Norway. HEX triplet: 9F, B5 and 8B. RGB value is (159,181,139). Sum of RGB (Red+Green+Blue) = 159+181+139=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 181 (71.09% from 255 or 37.79% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 181 - color contains mainly: green. Hex color #9FB58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB58B is #604A74. Grayscale: #A9A9A9. Windows color (decimal): -6310517 or 9155999. OLE color: 9155999.
HSL color Cylindrical-coordinate representation of color #9FB58B: hue angle of 91.43º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FB58B is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 181 | 139 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.29 |
| HSL | 91.43º | 0.22% | 0.63% | - |
| HSV(B) | 91.43º | 0.23% | 0.71% | - |
| XYZ | 35.48 | 42.28 | 30.72 | - |
| YUV | 169.63 | 110.71 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 181 | 139 | 0.12 | 0 | 0.23 | 0.29 | 91.43 | 0.22 | 0.63 |
| Hex | 9F | B5 | 8B | C | 0 | 17 | 1D | 5B | 16 | 3F |
| Octal | 237 | 265 | 213 | 14 | 0 | 27 | 35 | 133 | 26 | 77 |
| Binary | 10011111 | 10110101 | 10001011 | 1100 | 0 | 10111 | 11101 | 1011011 | 10110 | 111111 |
Color Harmonies of #9FB58B
Complementary color
Monochromatic Colors of #9FB58B
Black with #9FB58B
Text Example
Text Example
White with #9FB58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB58B; }
p { color: rgb(159,181,139); }
H1.HeaderClassName
{
color: #9FB58B;
}
.AnyTagClassName
{
color: #9FB58B;
}
</style>
background-color css
<style>
a { background-color: #9FB58B; }
a { background-color: rgb(159,181,139); }
div.DivClassName
{
background-color: #9FB58B;
}
.BgClassName
{
background-color: #9FB58B;
}
</style>
border-color css
<style>
span { border-color: #9FB58B; }
span { border-color: rgb(159,181,139); }
td.TdClassName
{
border-color: #9FB58B;
}
.TagClassName
{
border-color: #9FB58B;
}
</style>