Shades of Norway #9FB282
Tints of Norway #9FB282
RGB
CMYK
RGB Variations
Color information
#9FB282 (or 0x9FB282) is known color: Norway. HEX triplet: 9F, B2 and 82. RGB value is (159,178,130). Sum of RGB (Red+Green+Blue) = 159+178+130=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 178 (69.92% from 255 or 38.12% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 178 - color contains mainly: green. Hex color #9FB282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB282 is #604D7D. Grayscale: #A7A7A7. Windows color (decimal): -6311294 or 8565407. OLE color: 8565407.
HSL color Cylindrical-coordinate representation of color #9FB282: hue angle of 83.75º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FB282 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 178 | 130 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.30 |
| HSL | 83.75º | 0.24% | 0.6% | - |
| HSV(B) | 83.75º | 0.27% | 0.7% | - |
| XYZ | 34.25 | 40.82 | 27.19 | - |
| YUV | 166.85 | 107.21 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 178 | 130 | 0.11 | 0 | 0.27 | 0.30 | 83.75 | 0.24 | 0.6 |
| Hex | 9F | B2 | 82 | B | 0 | 1B | 1E | 54 | 18 | 3C |
| Octal | 237 | 262 | 202 | 13 | 0 | 33 | 36 | 124 | 30 | 74 |
| Binary | 10011111 | 10110010 | 10000010 | 1011 | 0 | 11011 | 11110 | 1010100 | 11000 | 111100 |
Color Harmonies of #9FB282
Complementary color
Monochromatic Colors of #9FB282
Black with #9FB282
Text Example
Text Example
White with #9FB282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB282; }
p { color: rgb(159,178,130); }
H1.HeaderClassName
{
color: #9FB282;
}
.AnyTagClassName
{
color: #9FB282;
}
</style>
background-color css
<style>
a { background-color: #9FB282; }
a { background-color: rgb(159,178,130); }
div.DivClassName
{
background-color: #9FB282;
}
.BgClassName
{
background-color: #9FB282;
}
</style>
border-color css
<style>
span { border-color: #9FB282; }
span { border-color: rgb(159,178,130); }
td.TdClassName
{
border-color: #9FB282;
}
.TagClassName
{
border-color: #9FB282;
}
</style>