Shades of Norway #ABB997
Tints of Norway #ABB997
RGB
CMYK
RGB Variations
Color information
#ABB997 (or 0xABB997) is known color: Norway. HEX triplet: AB, B9 and 97. RGB value is (171,185,151). Sum of RGB (Red+Green+Blue) = 171+185+151=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 151 (59.38% from 255 or 29.78% from 507); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB997 is #544668. Grayscale: #B1B1B1. Windows color (decimal): -5523049 or 9943467. OLE color: 9943467.
HSL color Cylindrical-coordinate representation of color #ABB997: hue angle of 84.71º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABB997 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 185 | 151 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.27 |
| HSL | 84.71º | 0.2% | 0.66% | - |
| HSV(B) | 84.71º | 0.18% | 0.73% | - |
| XYZ | 39.73 | 45.59 | 35.98 | - |
| YUV | 176.94 | 113.36 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 185 | 151 | 0.08 | 0 | 0.18 | 0.27 | 84.71 | 0.2 | 0.66 |
| Hex | AB | B9 | 97 | 8 | 0 | 12 | 1B | 55 | 14 | 42 |
| Octal | 253 | 271 | 227 | 10 | 0 | 22 | 33 | 125 | 24 | 102 |
| Binary | 10101011 | 10111001 | 10010111 | 1000 | 0 | 10010 | 11011 | 1010101 | 10100 | 1000010 |
Color Harmonies of #ABB997
Complementary color
Monochromatic Colors of #ABB997
Black with #ABB997
Text Example
Text Example
White with #ABB997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB997; }
p { color: rgb(171,185,151); }
H1.HeaderClassName
{
color: #ABB997;
}
.AnyTagClassName
{
color: #ABB997;
}
</style>
background-color css
<style>
a { background-color: #ABB997; }
a { background-color: rgb(171,185,151); }
div.DivClassName
{
background-color: #ABB997;
}
.BgClassName
{
background-color: #ABB997;
}
</style>
border-color css
<style>
span { border-color: #ABB997; }
span { border-color: rgb(171,185,151); }
td.TdClassName
{
border-color: #ABB997;
}
.TagClassName
{
border-color: #ABB997;
}
</style>