Shades of Norway #9FB28E
Tints of Norway #9FB28E
RGB
CMYK
RGB Variations
Color information
#9FB28E (or 0x9FB28E) is known color: Norway. HEX triplet: 9F, B2 and 8E. RGB value is (159,178,142). Sum of RGB (Red+Green+Blue) = 159+178+142=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 178 (69.92% from 255 or 37.16% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 178 - color contains mainly: green. Hex color #9FB28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB28E is #604D71. Grayscale: #A8A8A8. Windows color (decimal): -6311282 or 9351839. OLE color: 9351839.
HSL color Cylindrical-coordinate representation of color #9FB28E: hue angle of 91.67º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9FB28E is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 178 | 142 | - |
| CMYK | 0.11 | 0 | 0.20 | 0.30 |
| HSL | 91.67º | 0.19% | 0.63% | - |
| HSV(B) | 91.67º | 0.2% | 0.7% | - |
| XYZ | 35.1 | 41.16 | 31.69 | - |
| YUV | 168.22 | 113.21 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 178 | 142 | 0.11 | 0 | 0.20 | 0.30 | 91.67 | 0.19 | 0.63 |
| Hex | 9F | B2 | 8E | B | 0 | 14 | 1E | 5C | 13 | 3F |
| Octal | 237 | 262 | 216 | 13 | 0 | 24 | 36 | 134 | 23 | 77 |
| Binary | 10011111 | 10110010 | 10001110 | 1011 | 0 | 10100 | 11110 | 1011100 | 10011 | 111111 |
Color Harmonies of #9FB28E
Complementary color
Monochromatic Colors of #9FB28E
Black with #9FB28E
Text Example
Text Example
White with #9FB28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB28E; }
p { color: rgb(159,178,142); }
H1.HeaderClassName
{
color: #9FB28E;
}
.AnyTagClassName
{
color: #9FB28E;
}
</style>
background-color css
<style>
a { background-color: #9FB28E; }
a { background-color: rgb(159,178,142); }
div.DivClassName
{
background-color: #9FB28E;
}
.BgClassName
{
background-color: #9FB28E;
}
</style>
border-color css
<style>
span { border-color: #9FB28E; }
span { border-color: rgb(159,178,142); }
td.TdClassName
{
border-color: #9FB28E;
}
.TagClassName
{
border-color: #9FB28E;
}
</style>