Shades of Norway #A9BD96
Tints of Norway #A9BD96
RGB
CMYK
RGB Variations
Color information
#A9BD96 (or 0xA9BD96) is known color: Norway. HEX triplet: A9, BD and 96. RGB value is (169,189,150). Sum of RGB (Red+Green+Blue) = 169+189+150=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BD96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BD96 is #564269. Grayscale: #B2B2B2. Windows color (decimal): -5653098 or 9878953. OLE color: 9878953.
HSL color Cylindrical-coordinate representation of color #A9BD96: hue angle of 90.77º 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 #A9BD96 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 189 | 150 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.26 |
| HSL | 90.77º | 0.23% | 0.66% | - |
| HSV(B) | 90.77º | 0.21% | 0.74% | - |
| XYZ | 40.06 | 47.03 | 35.82 | - |
| YUV | 178.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 189 | 150 | 0.11 | 0 | 0.21 | 0.26 | 90.77 | 0.23 | 0.66 |
| Hex | A9 | BD | 96 | B | 0 | 15 | 1A | 5B | 17 | 42 |
| Octal | 251 | 275 | 226 | 13 | 0 | 25 | 32 | 133 | 27 | 102 |
| Binary | 10101001 | 10111101 | 10010110 | 1011 | 0 | 10101 | 11010 | 1011011 | 10111 | 1000010 |
Color Harmonies of #A9BD96
Complementary color
Monochromatic Colors of #A9BD96
Black with #A9BD96
Text Example
Text Example
White with #A9BD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BD96; }
p { color: rgb(169,189,150); }
H1.HeaderClassName
{
color: #A9BD96;
}
.AnyTagClassName
{
color: #A9BD96;
}
</style>
background-color css
<style>
a { background-color: #A9BD96; }
a { background-color: rgb(169,189,150); }
div.DivClassName
{
background-color: #A9BD96;
}
.BgClassName
{
background-color: #A9BD96;
}
</style>
border-color css
<style>
span { border-color: #A9BD96; }
span { border-color: rgb(169,189,150); }
td.TdClassName
{
border-color: #A9BD96;
}
.TagClassName
{
border-color: #A9BD96;
}
</style>