Shades of Norway #9FB882
Tints of Norway #9FB882
RGB
CMYK
RGB Variations
Color information
#9FB882 (or 0x9FB882) is known color: Norway. HEX triplet: 9F, B8 and 82. RGB value is (159,184,130). Sum of RGB (Red+Green+Blue) = 159+184+130=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 184 (72.27% from 255 or 38.90% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 184 - color contains mainly: green. Hex color #9FB882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB882 is #60477D. Grayscale: #AAAAAA. Windows color (decimal): -6309758 or 8566943. OLE color: 8566943.
HSL color Cylindrical-coordinate representation of color #9FB882: hue angle of 87.78º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FB882 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 184 | 130 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.28 |
| HSL | 87.78º | 0.28% | 0.62% | - |
| HSV(B) | 87.78º | 0.29% | 0.72% | - |
| XYZ | 35.47 | 43.26 | 27.6 | - |
| YUV | 170.37 | 105.22 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 184 | 130 | 0.14 | 0 | 0.29 | 0.28 | 87.78 | 0.28 | 0.62 |
| Hex | 9F | B8 | 82 | E | 0 | 1D | 1C | 58 | 1C | 3E |
| Octal | 237 | 270 | 202 | 16 | 0 | 35 | 34 | 130 | 34 | 76 |
| Binary | 10011111 | 10111000 | 10000010 | 1110 | 0 | 11101 | 11100 | 1011000 | 11100 | 111110 |
Color Harmonies of #9FB882
Complementary color
Monochromatic Colors of #9FB882
Black with #9FB882
Text Example
Text Example
White with #9FB882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB882; }
p { color: rgb(159,184,130); }
H1.HeaderClassName
{
color: #9FB882;
}
.AnyTagClassName
{
color: #9FB882;
}
</style>
background-color css
<style>
a { background-color: #9FB882; }
a { background-color: rgb(159,184,130); }
div.DivClassName
{
background-color: #9FB882;
}
.BgClassName
{
background-color: #9FB882;
}
</style>
border-color css
<style>
span { border-color: #9FB882; }
span { border-color: rgb(159,184,130); }
td.TdClassName
{
border-color: #9FB882;
}
.TagClassName
{
border-color: #9FB882;
}
</style>