Shades of Norway #AABD90
Tints of Norway #AABD90
RGB
CMYK
RGB Variations
Color information
#AABD90 (or 0xAABD90) is known color: Norway. HEX triplet: AA, BD and 90. RGB value is (170,189,144). Sum of RGB (Red+Green+Blue) = 170+189+144=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABD90 is #55426F. Grayscale: #B2B2B2. Windows color (decimal): -5587568 or 9485738. OLE color: 9485738.
HSL color Cylindrical-coordinate representation of color #AABD90: hue angle of 85.33º 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 #AABD90 is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 189 | 144 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.26 |
| HSL | 85.33º | 0.25% | 0.65% | - |
| HSV(B) | 85.33º | 0.24% | 0.74% | - |
| XYZ | 39.81 | 46.95 | 33.35 | - |
| YUV | 178.19 | 108.71 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 144 | 0.10 | 0 | 0.24 | 0.26 | 85.33 | 0.25 | 0.65 |
| Hex | AA | BD | 90 | A | 0 | 18 | 1A | 55 | 19 | 41 |
| Octal | 252 | 275 | 220 | 12 | 0 | 30 | 32 | 125 | 31 | 101 |
| Binary | 10101010 | 10111101 | 10010000 | 1010 | 0 | 11000 | 11010 | 1010101 | 11001 | 1000001 |
Color Harmonies of #AABD90
Complementary color
Monochromatic Colors of #AABD90
Black with #AABD90
Text Example
Text Example
White with #AABD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABD90; }
p { color: rgb(170,189,144); }
H1.HeaderClassName
{
color: #AABD90;
}
.AnyTagClassName
{
color: #AABD90;
}
</style>
background-color css
<style>
a { background-color: #AABD90; }
a { background-color: rgb(170,189,144); }
div.DivClassName
{
background-color: #AABD90;
}
.BgClassName
{
background-color: #AABD90;
}
</style>
border-color css
<style>
span { border-color: #AABD90; }
span { border-color: rgb(170,189,144); }
td.TdClassName
{
border-color: #AABD90;
}
.TagClassName
{
border-color: #AABD90;
}
</style>