Shades of Norway #AABB9A
Tints of Norway #AABB9A
RGB
CMYK
RGB Variations
Color information
#AABB9A (or 0xAABB9A) is known color: Norway. HEX triplet: AA, BB and 9A. RGB value is (170,187,154). Sum of RGB (Red+Green+Blue) = 170+187+154=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABB9A is #554465. Grayscale: #B2B2B2. Windows color (decimal): -5588070 or 10140586. OLE color: 10140586.
HSL color Cylindrical-coordinate representation of color #AABB9A: hue angle of 90.91º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AABB9A is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 187 | 154 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.27 |
| HSL | 90.91º | 0.2% | 0.67% | - |
| HSV(B) | 90.91º | 0.18% | 0.73% | - |
| XYZ | 40.18 | 46.42 | 37.41 | - |
| YUV | 178.16 | 114.37 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 154 | 0.09 | 0 | 0.18 | 0.27 | 90.91 | 0.2 | 0.67 |
| Hex | AA | BB | 9A | 9 | 0 | 12 | 1B | 5B | 14 | 43 |
| Octal | 252 | 273 | 232 | 11 | 0 | 22 | 33 | 133 | 24 | 103 |
| Binary | 10101010 | 10111011 | 10011010 | 1001 | 0 | 10010 | 11011 | 1011011 | 10100 | 1000011 |
Color Harmonies of #AABB9A
Complementary color
Monochromatic Colors of #AABB9A
Black with #AABB9A
Text Example
Text Example
White with #AABB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABB9A; }
p { color: rgb(170,187,154); }
H1.HeaderClassName
{
color: #AABB9A;
}
.AnyTagClassName
{
color: #AABB9A;
}
</style>
background-color css
<style>
a { background-color: #AABB9A; }
a { background-color: rgb(170,187,154); }
div.DivClassName
{
background-color: #AABB9A;
}
.BgClassName
{
background-color: #AABB9A;
}
</style>
border-color css
<style>
span { border-color: #AABB9A; }
span { border-color: rgb(170,187,154); }
td.TdClassName
{
border-color: #AABB9A;
}
.TagClassName
{
border-color: #AABB9A;
}
</style>