Shades of Norway #ABBA93
Tints of Norway #ABBA93
RGB
CMYK
RGB Variations
Color information
#ABBA93 (or 0xABBA93) is known color: Norway. HEX triplet: AB, BA and 93. RGB value is (171,186,147). Sum of RGB (Red+Green+Blue) = 171+186+147=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBA93 is #54456C. Grayscale: #B1B1B1. Windows color (decimal): -5522797 or 9681579. OLE color: 9681579.
HSL color Cylindrical-coordinate representation of color #ABBA93: hue angle of 83.08º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABBA93 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 186 | 147 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.27 |
| HSL | 83.08º | 0.22% | 0.65% | - |
| HSV(B) | 83.08º | 0.21% | 0.73% | - |
| XYZ | 39.62 | 45.88 | 34.37 | - |
| YUV | 177.07 | 111.03 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 186 | 147 | 0.08 | 0 | 0.21 | 0.27 | 83.08 | 0.22 | 0.65 |
| Hex | AB | BA | 93 | 8 | 0 | 15 | 1B | 53 | 16 | 41 |
| Octal | 253 | 272 | 223 | 10 | 0 | 25 | 33 | 123 | 26 | 101 |
| Binary | 10101011 | 10111010 | 10010011 | 1000 | 0 | 10101 | 11011 | 1010011 | 10110 | 1000001 |
Color Harmonies of #ABBA93
Complementary color
Monochromatic Colors of #ABBA93
Black with #ABBA93
Text Example
Text Example
White with #ABBA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBA93; }
p { color: rgb(171,186,147); }
H1.HeaderClassName
{
color: #ABBA93;
}
.AnyTagClassName
{
color: #ABBA93;
}
</style>
background-color css
<style>
a { background-color: #ABBA93; }
a { background-color: rgb(171,186,147); }
div.DivClassName
{
background-color: #ABBA93;
}
.BgClassName
{
background-color: #ABBA93;
}
</style>
border-color css
<style>
span { border-color: #ABBA93; }
span { border-color: rgb(171,186,147); }
td.TdClassName
{
border-color: #ABBA93;
}
.TagClassName
{
border-color: #ABBA93;
}
</style>