Shades of Norway #A9BD90
Tints of Norway #A9BD90
RGB
CMYK
RGB Variations
Color information
#A9BD90 (or 0xA9BD90) is known color: Norway. HEX triplet: A9, BD and 90. RGB value is (169,189,144). Sum of RGB (Red+Green+Blue) = 169+189+144=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BD90 is #56426F. Grayscale: #B2B2B2. Windows color (decimal): -5653104 or 9485737. OLE color: 9485737.
HSL color Cylindrical-coordinate representation of color #A9BD90: hue angle of 86.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9BD90 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 189 | 144 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.26 |
| HSL | 86.67º | 0.25% | 0.65% | - |
| HSV(B) | 86.67º | 0.24% | 0.74% | - |
| XYZ | 39.59 | 46.84 | 33.34 | - |
| YUV | 177.89 | 108.87 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 189 | 144 | 0.11 | 0 | 0.24 | 0.26 | 86.67 | 0.25 | 0.65 |
| Hex | A9 | BD | 90 | B | 0 | 18 | 1A | 57 | 19 | 41 |
| Octal | 251 | 275 | 220 | 13 | 0 | 30 | 32 | 127 | 31 | 101 |
| Binary | 10101001 | 10111101 | 10010000 | 1011 | 0 | 11000 | 11010 | 1010111 | 11001 | 1000001 |
Color Harmonies of #A9BD90
Complementary color
Monochromatic Colors of #A9BD90
Black with #A9BD90
Text Example
Text Example
White with #A9BD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BD90; }
p { color: rgb(169,189,144); }
H1.HeaderClassName
{
color: #A9BD90;
}
.AnyTagClassName
{
color: #A9BD90;
}
</style>
background-color css
<style>
a { background-color: #A9BD90; }
a { background-color: rgb(169,189,144); }
div.DivClassName
{
background-color: #A9BD90;
}
.BgClassName
{
background-color: #A9BD90;
}
</style>
border-color css
<style>
span { border-color: #A9BD90; }
span { border-color: rgb(169,189,144); }
td.TdClassName
{
border-color: #A9BD90;
}
.TagClassName
{
border-color: #A9BD90;
}
</style>