Shades of Norway #AABE8C
Tints of Norway #AABE8C
RGB
CMYK
RGB Variations
Color information
#AABE8C (or 0xAABE8C) is known color: Norway. HEX triplet: AA, BE and 8C. RGB value is (170,190,140). Sum of RGB (Red+Green+Blue) = 170+190+140=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 140 (55.08% from 255 or 28% from 500); Max value from RGB is 190 - color contains mainly: green. Hex color #AABE8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABE8C is #554173. Grayscale: #B2B2B2. Windows color (decimal): -5587316 or 9223850. OLE color: 9223850.
HSL color Cylindrical-coordinate representation of color #AABE8C: hue angle of 84º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AABE8C is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 190 | 140 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.25 |
| HSL | 84º | 0.28% | 0.65% | - |
| HSV(B) | 84º | 0.26% | 0.75% | - |
| XYZ | 39.72 | 47.27 | 31.84 | - |
| YUV | 178.32 | 106.37 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 190 | 140 | 0.11 | 0 | 0.26 | 0.25 | 84 | 0.28 | 0.65 |
| Hex | AA | BE | 8C | B | 0 | 1A | 19 | 54 | 1C | 41 |
| Octal | 252 | 276 | 214 | 13 | 0 | 32 | 31 | 124 | 34 | 101 |
| Binary | 10101010 | 10111110 | 10001100 | 1011 | 0 | 11010 | 11001 | 1010100 | 11100 | 1000001 |
Color Harmonies of #AABE8C
Complementary color
Monochromatic Colors of #AABE8C
Black with #AABE8C
Text Example
Text Example
White with #AABE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABE8C; }
p { color: rgb(170,190,140); }
H1.HeaderClassName
{
color: #AABE8C;
}
.AnyTagClassName
{
color: #AABE8C;
}
</style>
background-color css
<style>
a { background-color: #AABE8C; }
a { background-color: rgb(170,190,140); }
div.DivClassName
{
background-color: #AABE8C;
}
.BgClassName
{
background-color: #AABE8C;
}
</style>
border-color css
<style>
span { border-color: #AABE8C; }
span { border-color: rgb(170,190,140); }
td.TdClassName
{
border-color: #AABE8C;
}
.TagClassName
{
border-color: #AABE8C;
}
</style>