Shades of Norway #9FB38D
Tints of Norway #9FB38D
RGB
CMYK
RGB Variations
Color information
#9FB38D (or 0x9FB38D) is known color: Norway. HEX triplet: 9F, B3 and 8D. RGB value is (159,179,141). Sum of RGB (Red+Green+Blue) = 159+179+141=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 179 (70.31% from 255 or 37.37% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB38D is #604C72. Grayscale: #A8A8A8. Windows color (decimal): -6311027 or 9286559. OLE color: 9286559.
HSL color Cylindrical-coordinate representation of color #9FB38D: hue angle of 91.58º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FB38D is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 179 | 141 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.30 |
| HSL | 91.58º | 0.2% | 0.63% | - |
| HSV(B) | 91.58º | 0.21% | 0.7% | - |
| XYZ | 35.23 | 41.53 | 31.36 | - |
| YUV | 168.69 | 112.37 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 179 | 141 | 0.11 | 0 | 0.21 | 0.30 | 91.58 | 0.2 | 0.63 |
| Hex | 9F | B3 | 8D | B | 0 | 15 | 1E | 5C | 14 | 3F |
| Octal | 237 | 263 | 215 | 13 | 0 | 25 | 36 | 134 | 24 | 77 |
| Binary | 10011111 | 10110011 | 10001101 | 1011 | 0 | 10101 | 11110 | 1011100 | 10100 | 111111 |
Color Harmonies of #9FB38D
Complementary color
Monochromatic Colors of #9FB38D
Black with #9FB38D
Text Example
Text Example
White with #9FB38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB38D; }
p { color: rgb(159,179,141); }
H1.HeaderClassName
{
color: #9FB38D;
}
.AnyTagClassName
{
color: #9FB38D;
}
</style>
background-color css
<style>
a { background-color: #9FB38D; }
a { background-color: rgb(159,179,141); }
div.DivClassName
{
background-color: #9FB38D;
}
.BgClassName
{
background-color: #9FB38D;
}
</style>
border-color css
<style>
span { border-color: #9FB38D; }
span { border-color: rgb(159,179,141); }
td.TdClassName
{
border-color: #9FB38D;
}
.TagClassName
{
border-color: #9FB38D;
}
</style>