Shades of Norway #ABBB99
Tints of Norway #ABBB99
RGB
CMYK
RGB Variations
Color information
#ABBB99 (or 0xABBB99) is known color: Norway. HEX triplet: AB, BB and 99. RGB value is (171,187,153). Sum of RGB (Red+Green+Blue) = 171+187+153=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 153 (60.16% from 255 or 29.94% from 511); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBB99 is #544466. Grayscale: #B2B2B2. Windows color (decimal): -5522535 or 10075051. OLE color: 10075051.
HSL color Cylindrical-coordinate representation of color #ABBB99: hue angle of 88.24º 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 #ABBB99 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 187 | 153 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.27 |
| HSL | 88.24º | 0.2% | 0.67% | - |
| HSV(B) | 88.24º | 0.18% | 0.73% | - |
| XYZ | 40.31 | 46.5 | 36.99 | - |
| YUV | 178.34 | 113.7 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 187 | 153 | 0.09 | 0 | 0.18 | 0.27 | 88.24 | 0.2 | 0.67 |
| Hex | AB | BB | 99 | 9 | 0 | 12 | 1B | 58 | 14 | 43 |
| Octal | 253 | 273 | 231 | 11 | 0 | 22 | 33 | 130 | 24 | 103 |
| Binary | 10101011 | 10111011 | 10011001 | 1001 | 0 | 10010 | 11011 | 1011000 | 10100 | 1000011 |
Color Harmonies of #ABBB99
Complementary color
Monochromatic Colors of #ABBB99
Black with #ABBB99
Text Example
Text Example
White with #ABBB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBB99; }
p { color: rgb(171,187,153); }
H1.HeaderClassName
{
color: #ABBB99;
}
.AnyTagClassName
{
color: #ABBB99;
}
</style>
background-color css
<style>
a { background-color: #ABBB99; }
a { background-color: rgb(171,187,153); }
div.DivClassName
{
background-color: #ABBB99;
}
.BgClassName
{
background-color: #ABBB99;
}
</style>
border-color css
<style>
span { border-color: #ABBB99; }
span { border-color: rgb(171,187,153); }
td.TdClassName
{
border-color: #ABBB99;
}
.TagClassName
{
border-color: #ABBB99;
}
</style>