Shades of Norway #ABBA96
Tints of Norway #ABBA96
RGB
CMYK
RGB Variations
Color information
#ABBA96 (or 0xABBA96) is known color: Norway. HEX triplet: AB, BA and 96. RGB value is (171,186,150). Sum of RGB (Red+Green+Blue) = 171+186+150=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBA96 is #544569. Grayscale: #B1B1B1. Windows color (decimal): -5522794 or 9878187. OLE color: 9878187.
HSL color Cylindrical-coordinate representation of color #ABBA96: hue angle of 85º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABBA96 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 186 | 150 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.27 |
| HSL | 85º | 0.21% | 0.66% | - |
| HSV(B) | 85º | 0.19% | 0.73% | - |
| XYZ | 39.86 | 45.98 | 35.63 | - |
| YUV | 177.41 | 112.53 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 186 | 150 | 0.08 | 0 | 0.19 | 0.27 | 85 | 0.21 | 0.66 |
| Hex | AB | BA | 96 | 8 | 0 | 13 | 1B | 55 | 15 | 42 |
| Octal | 253 | 272 | 226 | 10 | 0 | 23 | 33 | 125 | 25 | 102 |
| Binary | 10101011 | 10111010 | 10010110 | 1000 | 0 | 10011 | 11011 | 1010101 | 10101 | 1000010 |
Color Harmonies of #ABBA96
Complementary color
Monochromatic Colors of #ABBA96
Black with #ABBA96
Text Example
Text Example
White with #ABBA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBA96; }
p { color: rgb(171,186,150); }
H1.HeaderClassName
{
color: #ABBA96;
}
.AnyTagClassName
{
color: #ABBA96;
}
</style>
background-color css
<style>
a { background-color: #ABBA96; }
a { background-color: rgb(171,186,150); }
div.DivClassName
{
background-color: #ABBA96;
}
.BgClassName
{
background-color: #ABBA96;
}
</style>
border-color css
<style>
span { border-color: #ABBA96; }
span { border-color: rgb(171,186,150); }
td.TdClassName
{
border-color: #ABBA96;
}
.TagClassName
{
border-color: #ABBA96;
}
</style>