Shades of Norway #A9BA9B
Tints of Norway #A9BA9B
RGB
CMYK
RGB Variations
Color information
#A9BA9B (or 0xA9BA9B) is known color: Norway. HEX triplet: A9, BA and 9B. RGB value is (169,186,155). Sum of RGB (Red+Green+Blue) = 169+186+155=510 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.14% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BA9B is #564564. Grayscale: #B1B1B1. Windows color (decimal): -5653861 or 10205865. OLE color: 10205865.
HSL color Cylindrical-coordinate representation of color #A9BA9B: hue angle of 92.9º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A9BA9B is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 186 | 155 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.27 |
| HSL | 92.9º | 0.18% | 0.67% | - |
| HSV(B) | 92.9º | 0.17% | 0.73% | - |
| XYZ | 39.84 | 45.92 | 37.77 | - |
| YUV | 177.38 | 115.37 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 186 | 155 | 0.09 | 0 | 0.17 | 0.27 | 92.9 | 0.18 | 0.67 |
| Hex | A9 | BA | 9B | 9 | 0 | 11 | 1B | 5D | 12 | 43 |
| Octal | 251 | 272 | 233 | 11 | 0 | 21 | 33 | 135 | 22 | 103 |
| Binary | 10101001 | 10111010 | 10011011 | 1001 | 0 | 10001 | 11011 | 1011101 | 10010 | 1000011 |
Color Harmonies of #A9BA9B
Complementary color
Monochromatic Colors of #A9BA9B
Black with #A9BA9B
Text Example
Text Example
White with #A9BA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BA9B; }
p { color: rgb(169,186,155); }
H1.HeaderClassName
{
color: #A9BA9B;
}
.AnyTagClassName
{
color: #A9BA9B;
}
</style>
background-color css
<style>
a { background-color: #A9BA9B; }
a { background-color: rgb(169,186,155); }
div.DivClassName
{
background-color: #A9BA9B;
}
.BgClassName
{
background-color: #A9BA9B;
}
</style>
border-color css
<style>
span { border-color: #A9BA9B; }
span { border-color: rgb(169,186,155); }
td.TdClassName
{
border-color: #A9BA9B;
}
.TagClassName
{
border-color: #A9BA9B;
}
</style>