Shades of Norway #99B987
Tints of Norway #99B987
RGB
CMYK
RGB Variations
Color information
#99B987 (or 0x99B987) is known color: Norway. HEX triplet: 99, B9 and 87. RGB value is (153,185,135). Sum of RGB (Red+Green+Blue) = 153+185+135=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 185 - color contains mainly: green. Hex color #99B987 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B987 is #664678. Grayscale: #A9A9A9. Windows color (decimal): -6702713 or 8894873. OLE color: 8894873.
HSL color Cylindrical-coordinate representation of color #99B987: hue angle of 98.4º 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 #99B987 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 185 | 135 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.27 |
| HSL | 98.4º | 0.26% | 0.63% | - |
| HSV(B) | 98.4º | 0.27% | 0.73% | - |
| XYZ | 34.86 | 43.22 | 29.43 | - |
| YUV | 169.73 | 108.4 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 185 | 135 | 0.17 | 0 | 0.27 | 0.27 | 98.4 | 0.26 | 0.63 |
| Hex | 99 | B9 | 87 | 11 | 0 | 1B | 1B | 62 | 1A | 3F |
| Octal | 231 | 271 | 207 | 21 | 0 | 33 | 33 | 142 | 32 | 77 |
| Binary | 10011001 | 10111001 | 10000111 | 10001 | 0 | 11011 | 11011 | 1100010 | 11010 | 111111 |
Color Harmonies of #99B987
Complementary color
Monochromatic Colors of #99B987
Black with #99B987
Text Example
Text Example
White with #99B987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B987; }
p { color: rgb(153,185,135); }
H1.HeaderClassName
{
color: #99B987;
}
.AnyTagClassName
{
color: #99B987;
}
</style>
background-color css
<style>
a { background-color: #99B987; }
a { background-color: rgb(153,185,135); }
div.DivClassName
{
background-color: #99B987;
}
.BgClassName
{
background-color: #99B987;
}
</style>
border-color css
<style>
span { border-color: #99B987; }
span { border-color: rgb(153,185,135); }
td.TdClassName
{
border-color: #99B987;
}
.TagClassName
{
border-color: #99B987;
}
</style>