Shades of Norway #AABB95
Tints of Norway #AABB95
RGB
CMYK
RGB Variations
Color information
#AABB95 (or 0xAABB95) is known color: Norway. HEX triplet: AA, BB and 95. RGB value is (170,187,149). Sum of RGB (Red+Green+Blue) = 170+187+149=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 149 (58.59% from 255 or 29.45% from 506); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABB95 is #55446A. Grayscale: #B1B1B1. Windows color (decimal): -5588075 or 9812906. OLE color: 9812906.
HSL color Cylindrical-coordinate representation of color #AABB95: hue angle of 86.84º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AABB95 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 187 | 149 | - |
| CMYK | 0.09 | 0 | 0.20 | 0.27 |
| HSL | 86.84º | 0.22% | 0.66% | - |
| HSV(B) | 86.84º | 0.2% | 0.73% | - |
| XYZ | 39.77 | 46.26 | 35.27 | - |
| YUV | 177.59 | 111.87 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 149 | 0.09 | 0 | 0.20 | 0.27 | 86.84 | 0.22 | 0.66 |
| Hex | AA | BB | 95 | 9 | 0 | 14 | 1B | 57 | 16 | 42 |
| Octal | 252 | 273 | 225 | 11 | 0 | 24 | 33 | 127 | 26 | 102 |
| Binary | 10101010 | 10111011 | 10010101 | 1001 | 0 | 10100 | 11011 | 1010111 | 10110 | 1000010 |
Color Harmonies of #AABB95
Complementary color
Monochromatic Colors of #AABB95
Black with #AABB95
Text Example
Text Example
White with #AABB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABB95; }
p { color: rgb(170,187,149); }
H1.HeaderClassName
{
color: #AABB95;
}
.AnyTagClassName
{
color: #AABB95;
}
</style>
background-color css
<style>
a { background-color: #AABB95; }
a { background-color: rgb(170,187,149); }
div.DivClassName
{
background-color: #AABB95;
}
.BgClassName
{
background-color: #AABB95;
}
</style>
border-color css
<style>
span { border-color: #AABB95; }
span { border-color: rgb(170,187,149); }
td.TdClassName
{
border-color: #AABB95;
}
.TagClassName
{
border-color: #AABB95;
}
</style>