Shades of Norway #AABC96
Tints of Norway #AABC96
RGB
CMYK
RGB Variations
Color information
#AABC96 (or 0xAABC96) is known color: Norway. HEX triplet: AA, BC and 96. RGB value is (170,188,150). Sum of RGB (Red+Green+Blue) = 170+188+150=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABC96 is #554369. Grayscale: #B2B2B2. Windows color (decimal): -5587818 or 9878698. OLE color: 9878698.
HSL color Cylindrical-coordinate representation of color #AABC96: hue angle of 88.42º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AABC96 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 188 | 150 | - |
| CMYK | 0.10 | 0 | 0.20 | 0.26 |
| HSL | 88.42º | 0.22% | 0.66% | - |
| HSV(B) | 88.42º | 0.2% | 0.74% | - |
| XYZ | 40.07 | 46.71 | 35.76 | - |
| YUV | 178.29 | 112.04 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 150 | 0.10 | 0 | 0.20 | 0.26 | 88.42 | 0.22 | 0.66 |
| Hex | AA | BC | 96 | A | 0 | 14 | 1A | 58 | 16 | 42 |
| Octal | 252 | 274 | 226 | 12 | 0 | 24 | 32 | 130 | 26 | 102 |
| Binary | 10101010 | 10111100 | 10010110 | 1010 | 0 | 10100 | 11010 | 1011000 | 10110 | 1000010 |
Color Harmonies of #AABC96
Complementary color
Monochromatic Colors of #AABC96
Black with #AABC96
Text Example
Text Example
White with #AABC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABC96; }
p { color: rgb(170,188,150); }
H1.HeaderClassName
{
color: #AABC96;
}
.AnyTagClassName
{
color: #AABC96;
}
</style>
background-color css
<style>
a { background-color: #AABC96; }
a { background-color: rgb(170,188,150); }
div.DivClassName
{
background-color: #AABC96;
}
.BgClassName
{
background-color: #AABC96;
}
</style>
border-color css
<style>
span { border-color: #AABC96; }
span { border-color: rgb(170,188,150); }
td.TdClassName
{
border-color: #AABC96;
}
.TagClassName
{
border-color: #AABC96;
}
</style>