Shades of Norway #A9BD95
Tints of Norway #A9BD95
RGB
CMYK
RGB Variations
Color information
#A9BD95 (or 0xA9BD95) is known color: Norway. HEX triplet: A9, BD and 95. RGB value is (169,189,149). Sum of RGB (Red+Green+Blue) = 169+189+149=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 149 (58.59% from 255 or 29.39% from 507); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BD95 is #56426A. Grayscale: #B2B2B2. Windows color (decimal): -5653099 or 9813417. OLE color: 9813417.
HSL color Cylindrical-coordinate representation of color #A9BD95: hue angle of 90º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9BD95 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 189 | 149 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.26 |
| HSL | 90º | 0.23% | 0.66% | - |
| HSV(B) | 90º | 0.21% | 0.74% | - |
| XYZ | 39.98 | 47 | 35.4 | - |
| YUV | 178.46 | 111.37 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 189 | 149 | 0.11 | 0 | 0.21 | 0.26 | 90 | 0.23 | 0.66 |
| Hex | A9 | BD | 95 | B | 0 | 15 | 1A | 5A | 17 | 42 |
| Octal | 251 | 275 | 225 | 13 | 0 | 25 | 32 | 132 | 27 | 102 |
| Binary | 10101001 | 10111101 | 10010101 | 1011 | 0 | 10101 | 11010 | 1011010 | 10111 | 1000010 |
Color Harmonies of #A9BD95
Complementary color
Monochromatic Colors of #A9BD95
Black with #A9BD95
Text Example
Text Example
White with #A9BD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BD95; }
p { color: rgb(169,189,149); }
H1.HeaderClassName
{
color: #A9BD95;
}
.AnyTagClassName
{
color: #A9BD95;
}
</style>
background-color css
<style>
a { background-color: #A9BD95; }
a { background-color: rgb(169,189,149); }
div.DivClassName
{
background-color: #A9BD95;
}
.BgClassName
{
background-color: #A9BD95;
}
</style>
border-color css
<style>
span { border-color: #A9BD95; }
span { border-color: rgb(169,189,149); }
td.TdClassName
{
border-color: #A9BD95;
}
.TagClassName
{
border-color: #A9BD95;
}
</style>