Shades of Norway #AABD8B
Tints of Norway #AABD8B
RGB
CMYK
RGB Variations
Color information
#AABD8B (or 0xAABD8B) is known color: Norway. HEX triplet: AA, BD and 8B. RGB value is (170,189,139). Sum of RGB (Red+Green+Blue) = 170+189+139=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 139 (54.69% from 255 or 27.91% from 498); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABD8B is #554274. Grayscale: #B1B1B1. Windows color (decimal): -5587573 or 9158058. OLE color: 9158058.
HSL color Cylindrical-coordinate representation of color #AABD8B: hue angle of 82.8º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AABD8B is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 189 | 139 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.26 |
| HSL | 82.8º | 0.27% | 0.64% | - |
| HSV(B) | 82.8º | 0.26% | 0.74% | - |
| XYZ | 39.44 | 46.81 | 31.38 | - |
| YUV | 177.62 | 106.21 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 139 | 0.10 | 0 | 0.26 | 0.26 | 82.8 | 0.27 | 0.64 |
| Hex | AA | BD | 8B | A | 0 | 1A | 1A | 53 | 1B | 40 |
| Octal | 252 | 275 | 213 | 12 | 0 | 32 | 32 | 123 | 33 | 100 |
| Binary | 10101010 | 10111101 | 10001011 | 1010 | 0 | 11010 | 11010 | 1010011 | 11011 | 1000000 |
Color Harmonies of #AABD8B
Complementary color
Monochromatic Colors of #AABD8B
Black with #AABD8B
Text Example
Text Example
White with #AABD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABD8B; }
p { color: rgb(170,189,139); }
H1.HeaderClassName
{
color: #AABD8B;
}
.AnyTagClassName
{
color: #AABD8B;
}
</style>
background-color css
<style>
a { background-color: #AABD8B; }
a { background-color: rgb(170,189,139); }
div.DivClassName
{
background-color: #AABD8B;
}
.BgClassName
{
background-color: #AABD8B;
}
</style>
border-color css
<style>
span { border-color: #AABD8B; }
span { border-color: rgb(170,189,139); }
td.TdClassName
{
border-color: #AABD8B;
}
.TagClassName
{
border-color: #AABD8B;
}
</style>