Shades of Norway #99A987
Tints of Norway #99A987
RGB
CMYK
RGB Variations
Color information
#99A987 (or 0x99A987) is known color: Norway. HEX triplet: 99, A9 and 87. RGB value is (153,169,135). Sum of RGB (Red+Green+Blue) = 153+169+135=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 135 (53.12% from 255 or 29.54% from 457); Max value from RGB is 169 - color contains mainly: green. Hex color #99A987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A987 is #665678. Grayscale: #A0A0A0. Windows color (decimal): -6706809 or 8890777. OLE color: 8890777.
HSL color Cylindrical-coordinate representation of color #99A987: hue angle of 88.24º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99A987 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 153 | 169 | 135 | - |
| CMYK | 0.09 | 0 | 0.20 | 0.34 |
| HSL | 88.24º | 0.17% | 0.6% | - |
| HSV(B) | 88.24º | 0.2% | 0.66% | - |
| XYZ | 31.7 | 36.9 | 28.37 | - |
| YUV | 160.34 | 113.7 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 169 | 135 | 0.09 | 0 | 0.20 | 0.34 | 88.24 | 0.17 | 0.6 |
| Hex | 99 | A9 | 87 | 9 | 0 | 14 | 22 | 58 | 11 | 3C |
| Octal | 231 | 251 | 207 | 11 | 0 | 24 | 42 | 130 | 21 | 74 |
| Binary | 10011001 | 10101001 | 10000111 | 1001 | 0 | 10100 | 100010 | 1011000 | 10001 | 111100 |
Color Harmonies of #99A987
Complementary color
Monochromatic Colors of #99A987
Black with #99A987
Text Example
Text Example
White with #99A987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A987; }
p { color: rgb(153,169,135); }
H1.HeaderClassName
{
color: #99A987;
}
.AnyTagClassName
{
color: #99A987;
}
</style>
background-color css
<style>
a { background-color: #99A987; }
a { background-color: rgb(153,169,135); }
div.DivClassName
{
background-color: #99A987;
}
.BgClassName
{
background-color: #99A987;
}
</style>
border-color css
<style>
span { border-color: #99A987; }
span { border-color: rgb(153,169,135); }
td.TdClassName
{
border-color: #99A987;
}
.TagClassName
{
border-color: #99A987;
}
</style>