Shades of Norway #96B987
Tints of Norway #96B987
RGB
CMYK
RGB Variations
Color information
#96B987 (or 0x96B987) is known color: Norway. HEX triplet: 96, B9 and 87. RGB value is (150,185,135). Sum of RGB (Red+Green+Blue) = 150+185+135=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 135 (53.12% from 255 or 28.72% from 470); Max value from RGB is 185 - color contains mainly: green. Hex color #96B987 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B987 is #694678. Grayscale: #A8A8A8. Windows color (decimal): -6899321 or 8894870. OLE color: 8894870.
HSL color Cylindrical-coordinate representation of color #96B987: hue angle of 102º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96B987 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 185 | 135 | - |
| CMYK | 0.19 | 0 | 0.27 | 0.27 |
| HSL | 102º | 0.26% | 0.63% | - |
| HSV(B) | 102º | 0.27% | 0.73% | - |
| XYZ | 34.3 | 42.93 | 29.4 | - |
| YUV | 168.84 | 108.9 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 185 | 135 | 0.19 | 0 | 0.27 | 0.27 | 102 | 0.26 | 0.63 |
| Hex | 96 | B9 | 87 | 13 | 0 | 1B | 1B | 66 | 1A | 3F |
| Octal | 226 | 271 | 207 | 23 | 0 | 33 | 33 | 146 | 32 | 77 |
| Binary | 10010110 | 10111001 | 10000111 | 10011 | 0 | 11011 | 11011 | 1100110 | 11010 | 111111 |
Color Harmonies of #96B987
Complementary color
Monochromatic Colors of #96B987
Black with #96B987
Text Example
Text Example
White with #96B987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B987; }
p { color: rgb(150,185,135); }
H1.HeaderClassName
{
color: #96B987;
}
.AnyTagClassName
{
color: #96B987;
}
</style>
background-color css
<style>
a { background-color: #96B987; }
a { background-color: rgb(150,185,135); }
div.DivClassName
{
background-color: #96B987;
}
.BgClassName
{
background-color: #96B987;
}
</style>
border-color css
<style>
span { border-color: #96B987; }
span { border-color: rgb(150,185,135); }
td.TdClassName
{
border-color: #96B987;
}
.TagClassName
{
border-color: #96B987;
}
</style>