Shades of Norway #A9BD8D
Tints of Norway #A9BD8D
RGB
CMYK
RGB Variations
Color information
#A9BD8D (or 0xA9BD8D) is known color: Norway. HEX triplet: A9, BD and 8D. RGB value is (169,189,141). Sum of RGB (Red+Green+Blue) = 169+189+141=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BD8D is #564272. Grayscale: #B1B1B1. Windows color (decimal): -5653107 or 9289129. OLE color: 9289129.
HSL color Cylindrical-coordinate representation of color #A9BD8D: hue angle of 85º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9BD8D is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 189 | 141 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.26 |
| HSL | 85º | 0.27% | 0.65% | - |
| HSV(B) | 85º | 0.25% | 0.74% | - |
| XYZ | 39.37 | 46.75 | 32.15 | - |
| YUV | 177.55 | 107.37 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 189 | 141 | 0.11 | 0 | 0.25 | 0.26 | 85 | 0.27 | 0.65 |
| Hex | A9 | BD | 8D | B | 0 | 19 | 1A | 55 | 1B | 41 |
| Octal | 251 | 275 | 215 | 13 | 0 | 31 | 32 | 125 | 33 | 101 |
| Binary | 10101001 | 10111101 | 10001101 | 1011 | 0 | 11001 | 11010 | 1010101 | 11011 | 1000001 |
Color Harmonies of #A9BD8D
Complementary color
Monochromatic Colors of #A9BD8D
Black with #A9BD8D
Text Example
Text Example
White with #A9BD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BD8D; }
p { color: rgb(169,189,141); }
H1.HeaderClassName
{
color: #A9BD8D;
}
.AnyTagClassName
{
color: #A9BD8D;
}
</style>
background-color css
<style>
a { background-color: #A9BD8D; }
a { background-color: rgb(169,189,141); }
div.DivClassName
{
background-color: #A9BD8D;
}
.BgClassName
{
background-color: #A9BD8D;
}
</style>
border-color css
<style>
span { border-color: #A9BD8D; }
span { border-color: rgb(169,189,141); }
td.TdClassName
{
border-color: #A9BD8D;
}
.TagClassName
{
border-color: #A9BD8D;
}
</style>