Shades of Norway #A9BF9A
Tints of Norway #A9BF9A
RGB
CMYK
RGB Variations
Color information
#A9BF9A (or 0xA9BF9A) is known color: Norway. HEX triplet: A9, BF and 9A. RGB value is (169,191,154). Sum of RGB (Red+Green+Blue) = 169+191+154=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 154 (60.55% from 255 or 29.96% from 514); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BF9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BF9A is #564065. Grayscale: #B4B4B4. Windows color (decimal): -5652582 or 10141609. OLE color: 10141609.
HSL color Cylindrical-coordinate representation of color #A9BF9A: hue angle of 95.68º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A9BF9A is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 191 | 154 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.25 |
| HSL | 95.68º | 0.22% | 0.68% | - |
| HSV(B) | 95.68º | 0.19% | 0.75% | - |
| XYZ | 40.83 | 48.03 | 37.69 | - |
| YUV | 180.2 | 113.21 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 191 | 154 | 0.12 | 0 | 0.19 | 0.25 | 95.68 | 0.22 | 0.68 |
| Hex | A9 | BF | 9A | C | 0 | 13 | 19 | 60 | 16 | 44 |
| Octal | 251 | 277 | 232 | 14 | 0 | 23 | 31 | 140 | 26 | 104 |
| Binary | 10101001 | 10111111 | 10011010 | 1100 | 0 | 10011 | 11001 | 1100000 | 10110 | 1000100 |
Color Harmonies of #A9BF9A
Complementary color
Monochromatic Colors of #A9BF9A
Black with #A9BF9A
Text Example
Text Example
White with #A9BF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BF9A; }
p { color: rgb(169,191,154); }
H1.HeaderClassName
{
color: #A9BF9A;
}
.AnyTagClassName
{
color: #A9BF9A;
}
</style>
background-color css
<style>
a { background-color: #A9BF9A; }
a { background-color: rgb(169,191,154); }
div.DivClassName
{
background-color: #A9BF9A;
}
.BgClassName
{
background-color: #A9BF9A;
}
</style>
border-color css
<style>
span { border-color: #A9BF9A; }
span { border-color: rgb(169,191,154); }
td.TdClassName
{
border-color: #A9BF9A;
}
.TagClassName
{
border-color: #A9BF9A;
}
</style>