Shades of Norway #96BB87
Tints of Norway #96BB87
RGB
CMYK
RGB Variations
Color information
#96BB87 (or 0x96BB87) is known color: Norway. HEX triplet: 96, BB and 87. RGB value is (150,187,135). Sum of RGB (Red+Green+Blue) = 150+187+135=472 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.78% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 135 (53.12% from 255 or 28.60% from 472); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BB87 is #694478. Grayscale: #AAAAAA. Windows color (decimal): -6898809 or 8895382. OLE color: 8895382.
HSL color Cylindrical-coordinate representation of color #96BB87: hue angle of 102.69º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96BB87 is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 187 | 135 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.27 |
| HSL | 102.69º | 0.28% | 0.63% | - |
| HSV(B) | 102.69º | 0.28% | 0.73% | - |
| XYZ | 34.72 | 43.77 | 29.54 | - |
| YUV | 170.01 | 108.24 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 187 | 135 | 0.20 | 0 | 0.28 | 0.27 | 102.69 | 0.28 | 0.63 |
| Hex | 96 | BB | 87 | 14 | 0 | 1C | 1B | 67 | 1C | 3F |
| Octal | 226 | 273 | 207 | 24 | 0 | 34 | 33 | 147 | 34 | 77 |
| Binary | 10010110 | 10111011 | 10000111 | 10100 | 0 | 11100 | 11011 | 1100111 | 11100 | 111111 |
Color Harmonies of #96BB87
Complementary color
Monochromatic Colors of #96BB87
Black with #96BB87
Text Example
Text Example
White with #96BB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BB87; }
p { color: rgb(150,187,135); }
H1.HeaderClassName
{
color: #96BB87;
}
.AnyTagClassName
{
color: #96BB87;
}
</style>
background-color css
<style>
a { background-color: #96BB87; }
a { background-color: rgb(150,187,135); }
div.DivClassName
{
background-color: #96BB87;
}
.BgClassName
{
background-color: #96BB87;
}
</style>
border-color css
<style>
span { border-color: #96BB87; }
span { border-color: rgb(150,187,135); }
td.TdClassName
{
border-color: #96BB87;
}
.TagClassName
{
border-color: #96BB87;
}
</style>