Shades of Norway #96BB85
Tints of Norway #96BB85
RGB
CMYK
RGB Variations
Color information
#96BB85 (or 0x96BB85) is known color: Norway. HEX triplet: 96, BB and 85. RGB value is (150,187,133). Sum of RGB (Red+Green+Blue) = 150+187+133=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BB85 is #69447A. Grayscale: #A9A9A9. Windows color (decimal): -6898811 or 8764310. OLE color: 8764310.
HSL color Cylindrical-coordinate representation of color #96BB85: hue angle of 101.11º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96BB85 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 187 | 133 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.27 |
| HSL | 101.11º | 0.28% | 0.63% | - |
| HSV(B) | 101.11º | 0.29% | 0.73% | - |
| XYZ | 34.58 | 43.72 | 28.81 | - |
| YUV | 169.78 | 107.24 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 187 | 133 | 0.20 | 0 | 0.29 | 0.27 | 101.11 | 0.28 | 0.63 |
| Hex | 96 | BB | 85 | 14 | 0 | 1D | 1B | 65 | 1C | 3F |
| Octal | 226 | 273 | 205 | 24 | 0 | 35 | 33 | 145 | 34 | 77 |
| Binary | 10010110 | 10111011 | 10000101 | 10100 | 0 | 11101 | 11011 | 1100101 | 11100 | 111111 |
Color Harmonies of #96BB85
Complementary color
Monochromatic Colors of #96BB85
Black with #96BB85
Text Example
Text Example
White with #96BB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BB85; }
p { color: rgb(150,187,133); }
H1.HeaderClassName
{
color: #96BB85;
}
.AnyTagClassName
{
color: #96BB85;
}
</style>
background-color css
<style>
a { background-color: #96BB85; }
a { background-color: rgb(150,187,133); }
div.DivClassName
{
background-color: #96BB85;
}
.BgClassName
{
background-color: #96BB85;
}
</style>
border-color css
<style>
span { border-color: #96BB85; }
span { border-color: rgb(150,187,133); }
td.TdClassName
{
border-color: #96BB85;
}
.TagClassName
{
border-color: #96BB85;
}
</style>