Shades of Norway #ABB991
Tints of Norway #ABB991
RGB
CMYK
RGB Variations
Color information
#ABB991 (or 0xABB991) is known color: Norway. HEX triplet: AB, B9 and 91. RGB value is (171,185,145). Sum of RGB (Red+Green+Blue) = 171+185+145=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 145 (57.03% from 255 or 28.94% from 501); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB991 is #54466E. Grayscale: #B0B0B0. Windows color (decimal): -5523055 or 9550251. OLE color: 9550251.
HSL color Cylindrical-coordinate representation of color #ABB991: hue angle of 81º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABB991 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 185 | 145 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.27 |
| HSL | 81º | 0.22% | 0.65% | - |
| HSV(B) | 81º | 0.22% | 0.73% | - |
| XYZ | 39.25 | 45.4 | 33.48 | - |
| YUV | 176.25 | 110.36 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 185 | 145 | 0.08 | 0 | 0.22 | 0.27 | 81 | 0.22 | 0.65 |
| Hex | AB | B9 | 91 | 8 | 0 | 16 | 1B | 51 | 16 | 41 |
| Octal | 253 | 271 | 221 | 10 | 0 | 26 | 33 | 121 | 26 | 101 |
| Binary | 10101011 | 10111001 | 10010001 | 1000 | 0 | 10110 | 11011 | 1010001 | 10110 | 1000001 |
Color Harmonies of #ABB991
Complementary color
Monochromatic Colors of #ABB991
Black with #ABB991
Text Example
Text Example
White with #ABB991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB991; }
p { color: rgb(171,185,145); }
H1.HeaderClassName
{
color: #ABB991;
}
.AnyTagClassName
{
color: #ABB991;
}
</style>
background-color css
<style>
a { background-color: #ABB991; }
a { background-color: rgb(171,185,145); }
div.DivClassName
{
background-color: #ABB991;
}
.BgClassName
{
background-color: #ABB991;
}
</style>
border-color css
<style>
span { border-color: #ABB991; }
span { border-color: rgb(171,185,145); }
td.TdClassName
{
border-color: #ABB991;
}
.TagClassName
{
border-color: #ABB991;
}
</style>