Shades of Norway #9FB585
Tints of Norway #9FB585
RGB
CMYK
RGB Variations
Color information
#9FB585 (or 0x9FB585) is known color: Norway. HEX triplet: 9F, B5 and 85. RGB value is (159,181,133). Sum of RGB (Red+Green+Blue) = 159+181+133=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 181 - color contains mainly: green. Hex color #9FB585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB585 is #604A7A. Grayscale: #A9A9A9. Windows color (decimal): -6310523 or 8762783. OLE color: 8762783.
HSL color Cylindrical-coordinate representation of color #9FB585: hue angle of 87.5º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FB585 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 181 | 133 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.29 |
| HSL | 87.5º | 0.24% | 0.62% | - |
| HSV(B) | 87.5º | 0.27% | 0.71% | - |
| XYZ | 35.06 | 42.11 | 28.47 | - |
| YUV | 168.95 | 107.71 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 181 | 133 | 0.12 | 0 | 0.27 | 0.29 | 87.5 | 0.24 | 0.62 |
| Hex | 9F | B5 | 85 | C | 0 | 1B | 1D | 57 | 18 | 3E |
| Octal | 237 | 265 | 205 | 14 | 0 | 33 | 35 | 127 | 30 | 76 |
| Binary | 10011111 | 10110101 | 10000101 | 1100 | 0 | 11011 | 11101 | 1010111 | 11000 | 111110 |
Color Harmonies of #9FB585
Complementary color
Monochromatic Colors of #9FB585
Black with #9FB585
Text Example
Text Example
White with #9FB585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB585; }
p { color: rgb(159,181,133); }
H1.HeaderClassName
{
color: #9FB585;
}
.AnyTagClassName
{
color: #9FB585;
}
</style>
background-color css
<style>
a { background-color: #9FB585; }
a { background-color: rgb(159,181,133); }
div.DivClassName
{
background-color: #9FB585;
}
.BgClassName
{
background-color: #9FB585;
}
</style>
border-color css
<style>
span { border-color: #9FB585; }
span { border-color: rgb(159,181,133); }
td.TdClassName
{
border-color: #9FB585;
}
.TagClassName
{
border-color: #9FB585;
}
</style>