Shades of Norway #9FB084
Tints of Norway #9FB084
RGB
CMYK
RGB Variations
Color information
#9FB084 (or 0x9FB084) is known color: Norway. HEX triplet: 9F, B0 and 84. RGB value is (159,176,132). Sum of RGB (Red+Green+Blue) = 159+176+132=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB084 is #604F7B. Grayscale: #A6A6A6. Windows color (decimal): -6311804 or 8695967. OLE color: 8695967.
HSL color Cylindrical-coordinate representation of color #9FB084: hue angle of 83.18º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9FB084 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 176 | 132 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.31 |
| HSL | 83.18º | 0.22% | 0.6% | - |
| HSV(B) | 83.18º | 0.25% | 0.69% | - |
| XYZ | 33.99 | 40.09 | 27.78 | - |
| YUV | 165.9 | 108.87 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 176 | 132 | 0.10 | 0 | 0.25 | 0.31 | 83.18 | 0.22 | 0.6 |
| Hex | 9F | B0 | 84 | A | 0 | 19 | 1F | 53 | 16 | 3C |
| Octal | 237 | 260 | 204 | 12 | 0 | 31 | 37 | 123 | 26 | 74 |
| Binary | 10011111 | 10110000 | 10000100 | 1010 | 0 | 11001 | 11111 | 1010011 | 10110 | 111100 |
Color Harmonies of #9FB084
Complementary color
Monochromatic Colors of #9FB084
Black with #9FB084
Text Example
Text Example
White with #9FB084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB084; }
p { color: rgb(159,176,132); }
H1.HeaderClassName
{
color: #9FB084;
}
.AnyTagClassName
{
color: #9FB084;
}
</style>
background-color css
<style>
a { background-color: #9FB084; }
a { background-color: rgb(159,176,132); }
div.DivClassName
{
background-color: #9FB084;
}
.BgClassName
{
background-color: #9FB084;
}
</style>
border-color css
<style>
span { border-color: #9FB084; }
span { border-color: rgb(159,176,132); }
td.TdClassName
{
border-color: #9FB084;
}
.TagClassName
{
border-color: #9FB084;
}
</style>