Shades of Norway #AABB98
Tints of Norway #AABB98
RGB
CMYK
RGB Variations
Color information
#AABB98 (or 0xAABB98) is known color: Norway. HEX triplet: AA, BB and 98. RGB value is (170,187,152). Sum of RGB (Red+Green+Blue) = 170+187+152=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 152 (59.77% from 255 or 29.86% from 509); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABB98 is #554467. Grayscale: #B2B2B2. Windows color (decimal): -5588072 or 10009514. OLE color: 10009514.
HSL color Cylindrical-coordinate representation of color #AABB98: hue angle of 89.14º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AABB98 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 187 | 152 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.27 |
| HSL | 89.14º | 0.2% | 0.66% | - |
| HSV(B) | 89.14º | 0.19% | 0.73% | - |
| XYZ | 40.02 | 46.35 | 36.54 | - |
| YUV | 177.93 | 113.37 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 152 | 0.09 | 0 | 0.19 | 0.27 | 89.14 | 0.2 | 0.66 |
| Hex | AA | BB | 98 | 9 | 0 | 13 | 1B | 59 | 14 | 42 |
| Octal | 252 | 273 | 230 | 11 | 0 | 23 | 33 | 131 | 24 | 102 |
| Binary | 10101010 | 10111011 | 10011000 | 1001 | 0 | 10011 | 11011 | 1011001 | 10100 | 1000010 |
Color Harmonies of #AABB98
Complementary color
Monochromatic Colors of #AABB98
Black with #AABB98
Text Example
Text Example
White with #AABB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABB98; }
p { color: rgb(170,187,152); }
H1.HeaderClassName
{
color: #AABB98;
}
.AnyTagClassName
{
color: #AABB98;
}
</style>
background-color css
<style>
a { background-color: #AABB98; }
a { background-color: rgb(170,187,152); }
div.DivClassName
{
background-color: #AABB98;
}
.BgClassName
{
background-color: #AABB98;
}
</style>
border-color css
<style>
span { border-color: #AABB98; }
span { border-color: rgb(170,187,152); }
td.TdClassName
{
border-color: #AABB98;
}
.TagClassName
{
border-color: #AABB98;
}
</style>