Shades of Norway #9FB482
Tints of Norway #9FB482
RGB
CMYK
RGB Variations
Color information
#9FB482 (or 0x9FB482) is known color: Norway. HEX triplet: 9F, B4 and 82. RGB value is (159,180,130). Sum of RGB (Red+Green+Blue) = 159+180+130=469 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.90% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB482 is #604B7D. Grayscale: #A8A8A8. Windows color (decimal): -6310782 or 8565919. OLE color: 8565919.
HSL color Cylindrical-coordinate representation of color #9FB482: hue angle of 85.2º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FB482 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 180 | 130 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.29 |
| HSL | 85.2º | 0.25% | 0.61% | - |
| HSV(B) | 85.2º | 0.28% | 0.71% | - |
| XYZ | 34.65 | 41.63 | 27.33 | - |
| YUV | 168.02 | 106.54 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 180 | 130 | 0.12 | 0 | 0.28 | 0.29 | 85.2 | 0.25 | 0.61 |
| Hex | 9F | B4 | 82 | C | 0 | 1C | 1D | 55 | 19 | 3D |
| Octal | 237 | 264 | 202 | 14 | 0 | 34 | 35 | 125 | 31 | 75 |
| Binary | 10011111 | 10110100 | 10000010 | 1100 | 0 | 11100 | 11101 | 1010101 | 11001 | 111101 |
Color Harmonies of #9FB482
Complementary color
Monochromatic Colors of #9FB482
Black with #9FB482
Text Example
Text Example
White with #9FB482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB482; }
p { color: rgb(159,180,130); }
H1.HeaderClassName
{
color: #9FB482;
}
.AnyTagClassName
{
color: #9FB482;
}
</style>
background-color css
<style>
a { background-color: #9FB482; }
a { background-color: rgb(159,180,130); }
div.DivClassName
{
background-color: #9FB482;
}
.BgClassName
{
background-color: #9FB482;
}
</style>
border-color css
<style>
span { border-color: #9FB482; }
span { border-color: rgb(159,180,130); }
td.TdClassName
{
border-color: #9FB482;
}
.TagClassName
{
border-color: #9FB482;
}
</style>