Shades of Norway #ABBD91
Tints of Norway #ABBD91
RGB
CMYK
RGB Variations
Color information
#ABBD91 (or 0xABBD91) is known color: Norway. HEX triplet: AB, BD and 91. RGB value is (171,189,145). Sum of RGB (Red+Green+Blue) = 171+189+145=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 145 (57.03% from 255 or 28.71% from 505); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBD91 is #54426E. Grayscale: #B2B2B2. Windows color (decimal): -5522031 or 9551275. OLE color: 9551275.
HSL color Cylindrical-coordinate representation of color #ABBD91: hue angle of 84.55º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABBD91 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 189 | 145 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.26 |
| HSL | 84.55º | 0.25% | 0.65% | - |
| HSV(B) | 84.55º | 0.23% | 0.74% | - |
| XYZ | 40.1 | 47.1 | 33.77 | - |
| YUV | 178.6 | 109.04 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 145 | 0.10 | 0 | 0.23 | 0.26 | 84.55 | 0.25 | 0.65 |
| Hex | AB | BD | 91 | A | 0 | 17 | 1A | 55 | 19 | 41 |
| Octal | 253 | 275 | 221 | 12 | 0 | 27 | 32 | 125 | 31 | 101 |
| Binary | 10101011 | 10111101 | 10010001 | 1010 | 0 | 10111 | 11010 | 1010101 | 11001 | 1000001 |
Color Harmonies of #ABBD91
Complementary color
Monochromatic Colors of #ABBD91
Black with #ABBD91
Text Example
Text Example
White with #ABBD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBD91; }
p { color: rgb(171,189,145); }
H1.HeaderClassName
{
color: #ABBD91;
}
.AnyTagClassName
{
color: #ABBD91;
}
</style>
background-color css
<style>
a { background-color: #ABBD91; }
a { background-color: rgb(171,189,145); }
div.DivClassName
{
background-color: #ABBD91;
}
.BgClassName
{
background-color: #ABBD91;
}
</style>
border-color css
<style>
span { border-color: #ABBD91; }
span { border-color: rgb(171,189,145); }
td.TdClassName
{
border-color: #ABBD91;
}
.TagClassName
{
border-color: #ABBD91;
}
</style>