Shades of Norway #A9BA98
Tints of Norway #A9BA98
RGB
CMYK
RGB Variations
Color information
#A9BA98 (or 0xA9BA98) is known color: Norway. HEX triplet: A9, BA and 98. RGB value is (169,186,152). Sum of RGB (Red+Green+Blue) = 169+186+152=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BA98 is #564567. Grayscale: #B1B1B1. Windows color (decimal): -5653864 or 10009257. OLE color: 10009257.
HSL color Cylindrical-coordinate representation of color #A9BA98: hue angle of 90º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9BA98 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 186 | 152 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.27 |
| HSL | 90º | 0.2% | 0.66% | - |
| HSV(B) | 90º | 0.18% | 0.73% | - |
| XYZ | 39.59 | 45.82 | 36.46 | - |
| YUV | 177.04 | 113.87 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 186 | 152 | 0.09 | 0 | 0.18 | 0.27 | 90 | 0.2 | 0.66 |
| Hex | A9 | BA | 98 | 9 | 0 | 12 | 1B | 5A | 14 | 42 |
| Octal | 251 | 272 | 230 | 11 | 0 | 22 | 33 | 132 | 24 | 102 |
| Binary | 10101001 | 10111010 | 10011000 | 1001 | 0 | 10010 | 11011 | 1011010 | 10100 | 1000010 |
Color Harmonies of #A9BA98
Complementary color
Monochromatic Colors of #A9BA98
Black with #A9BA98
Text Example
Text Example
White with #A9BA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BA98; }
p { color: rgb(169,186,152); }
H1.HeaderClassName
{
color: #A9BA98;
}
.AnyTagClassName
{
color: #A9BA98;
}
</style>
background-color css
<style>
a { background-color: #A9BA98; }
a { background-color: rgb(169,186,152); }
div.DivClassName
{
background-color: #A9BA98;
}
.BgClassName
{
background-color: #A9BA98;
}
</style>
border-color css
<style>
span { border-color: #A9BA98; }
span { border-color: rgb(169,186,152); }
td.TdClassName
{
border-color: #A9BA98;
}
.TagClassName
{
border-color: #A9BA98;
}
</style>