Shades of Norway #9FB38C
Tints of Norway #9FB38C
RGB
CMYK
RGB Variations
Color information
#9FB38C (or 0x9FB38C) is known color: Norway. HEX triplet: 9F, B3 and 8C. RGB value is (159,179,140). Sum of RGB (Red+Green+Blue) = 159+179+140=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB38C is #604C73. Grayscale: #A8A8A8. Windows color (decimal): -6311028 or 9221023. OLE color: 9221023.
HSL color Cylindrical-coordinate representation of color #9FB38C: hue angle of 90.77º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FB38C is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 179 | 140 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.30 |
| HSL | 90.77º | 0.2% | 0.63% | - |
| HSV(B) | 90.77º | 0.22% | 0.7% | - |
| XYZ | 35.15 | 41.5 | 30.97 | - |
| YUV | 168.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 179 | 140 | 0.11 | 0 | 0.22 | 0.30 | 90.77 | 0.2 | 0.63 |
| Hex | 9F | B3 | 8C | B | 0 | 16 | 1E | 5B | 14 | 3F |
| Octal | 237 | 263 | 214 | 13 | 0 | 26 | 36 | 133 | 24 | 77 |
| Binary | 10011111 | 10110011 | 10001100 | 1011 | 0 | 10110 | 11110 | 1011011 | 10100 | 111111 |
Color Harmonies of #9FB38C
Complementary color
Monochromatic Colors of #9FB38C
Black with #9FB38C
Text Example
Text Example
White with #9FB38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB38C; }
p { color: rgb(159,179,140); }
H1.HeaderClassName
{
color: #9FB38C;
}
.AnyTagClassName
{
color: #9FB38C;
}
</style>
background-color css
<style>
a { background-color: #9FB38C; }
a { background-color: rgb(159,179,140); }
div.DivClassName
{
background-color: #9FB38C;
}
.BgClassName
{
background-color: #9FB38C;
}
</style>
border-color css
<style>
span { border-color: #9FB38C; }
span { border-color: rgb(159,179,140); }
td.TdClassName
{
border-color: #9FB38C;
}
.TagClassName
{
border-color: #9FB38C;
}
</style>