Shades of Norway #AABC93
Tints of Norway #AABC93
RGB
CMYK
RGB Variations
Color information
#AABC93 (or 0xAABC93) is known color: Norway. HEX triplet: AA, BC and 93. RGB value is (170,188,147). Sum of RGB (Red+Green+Blue) = 170+188+147=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABC93 is #55436C. Grayscale: #B2B2B2. Windows color (decimal): -5587821 or 9682090. OLE color: 9682090.
HSL color Cylindrical-coordinate representation of color #AABC93: hue angle of 86.34º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AABC93 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 188 | 147 | - |
| CMYK | 0.10 | 0 | 0.22 | 0.26 |
| HSL | 86.34º | 0.23% | 0.66% | - |
| HSV(B) | 86.34º | 0.22% | 0.74% | - |
| XYZ | 39.83 | 46.62 | 34.5 | - |
| YUV | 177.94 | 110.54 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 147 | 0.10 | 0 | 0.22 | 0.26 | 86.34 | 0.23 | 0.66 |
| Hex | AA | BC | 93 | A | 0 | 16 | 1A | 56 | 17 | 42 |
| Octal | 252 | 274 | 223 | 12 | 0 | 26 | 32 | 126 | 27 | 102 |
| Binary | 10101010 | 10111100 | 10010011 | 1010 | 0 | 10110 | 11010 | 1010110 | 10111 | 1000010 |
Color Harmonies of #AABC93
Complementary color
Monochromatic Colors of #AABC93
Black with #AABC93
Text Example
Text Example
White with #AABC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABC93; }
p { color: rgb(170,188,147); }
H1.HeaderClassName
{
color: #AABC93;
}
.AnyTagClassName
{
color: #AABC93;
}
</style>
background-color css
<style>
a { background-color: #AABC93; }
a { background-color: rgb(170,188,147); }
div.DivClassName
{
background-color: #AABC93;
}
.BgClassName
{
background-color: #AABC93;
}
</style>
border-color css
<style>
span { border-color: #AABC93; }
span { border-color: rgb(170,188,147); }
td.TdClassName
{
border-color: #AABC93;
}
.TagClassName
{
border-color: #AABC93;
}
</style>