Shades of Norway #99A985
Tints of Norway #99A985
RGB
CMYK
RGB Variations
Color information
#99A985 (or 0x99A985) is known color: Norway. HEX triplet: 99, A9 and 85. RGB value is (153,169,133). Sum of RGB (Red+Green+Blue) = 153+169+133=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 169 (66.41% from 255 or 37.14% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 169 - color contains mainly: green. Hex color #99A985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A985 is #66567A. Grayscale: #A0A0A0. Windows color (decimal): -6706811 or 8759705. OLE color: 8759705.
HSL color Cylindrical-coordinate representation of color #99A985: hue angle of 86.67º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99A985 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 153 | 169 | 133 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.34 |
| HSL | 86.67º | 0.17% | 0.59% | - |
| HSV(B) | 86.67º | 0.21% | 0.66% | - |
| XYZ | 31.56 | 36.84 | 27.64 | - |
| YUV | 160.11 | 112.7 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 169 | 133 | 0.09 | 0 | 0.21 | 0.34 | 86.67 | 0.17 | 0.59 |
| Hex | 99 | A9 | 85 | 9 | 0 | 15 | 22 | 57 | 11 | 3B |
| Octal | 231 | 251 | 205 | 11 | 0 | 25 | 42 | 127 | 21 | 73 |
| Binary | 10011001 | 10101001 | 10000101 | 1001 | 0 | 10101 | 100010 | 1010111 | 10001 | 111011 |
Color Harmonies of #99A985
Complementary color
Monochromatic Colors of #99A985
Black with #99A985
Text Example
Text Example
White with #99A985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A985; }
p { color: rgb(153,169,133); }
H1.HeaderClassName
{
color: #99A985;
}
.AnyTagClassName
{
color: #99A985;
}
</style>
background-color css
<style>
a { background-color: #99A985; }
a { background-color: rgb(153,169,133); }
div.DivClassName
{
background-color: #99A985;
}
.BgClassName
{
background-color: #99A985;
}
</style>
border-color css
<style>
span { border-color: #99A985; }
span { border-color: rgb(153,169,133); }
td.TdClassName
{
border-color: #99A985;
}
.TagClassName
{
border-color: #99A985;
}
</style>