Shades of Norway #A9BB95
Tints of Norway #A9BB95
RGB
CMYK
RGB Variations
Color information
#A9BB95 (or 0xA9BB95) is known color: Norway. HEX triplet: A9, BB and 95. RGB value is (169,187,149). Sum of RGB (Red+Green+Blue) = 169+187+149=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 187 - color contains mainly: green. Hex color #A9BB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BB95 is #56446A. Grayscale: #B1B1B1. Windows color (decimal): -5653611 or 9812905. OLE color: 9812905.
HSL color Cylindrical-coordinate representation of color #A9BB95: hue angle of 88.42º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A9BB95 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 187 | 149 | - |
| CMYK | 0.10 | 0 | 0.20 | 0.27 |
| HSL | 88.42º | 0.22% | 0.66% | - |
| HSV(B) | 88.42º | 0.2% | 0.73% | - |
| XYZ | 39.56 | 46.15 | 35.26 | - |
| YUV | 177.29 | 112.04 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 187 | 149 | 0.10 | 0 | 0.20 | 0.27 | 88.42 | 0.22 | 0.66 |
| Hex | A9 | BB | 95 | A | 0 | 14 | 1B | 58 | 16 | 42 |
| Octal | 251 | 273 | 225 | 12 | 0 | 24 | 33 | 130 | 26 | 102 |
| Binary | 10101001 | 10111011 | 10010101 | 1010 | 0 | 10100 | 11011 | 1011000 | 10110 | 1000010 |
Color Harmonies of #A9BB95
Complementary color
Monochromatic Colors of #A9BB95
Black with #A9BB95
Text Example
Text Example
White with #A9BB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BB95; }
p { color: rgb(169,187,149); }
H1.HeaderClassName
{
color: #A9BB95;
}
.AnyTagClassName
{
color: #A9BB95;
}
</style>
background-color css
<style>
a { background-color: #A9BB95; }
a { background-color: rgb(169,187,149); }
div.DivClassName
{
background-color: #A9BB95;
}
.BgClassName
{
background-color: #A9BB95;
}
</style>
border-color css
<style>
span { border-color: #A9BB95; }
span { border-color: rgb(169,187,149); }
td.TdClassName
{
border-color: #A9BB95;
}
.TagClassName
{
border-color: #A9BB95;
}
</style>