Shades of Norway #A1BA8D
Tints of Norway #A1BA8D
RGB
CMYK
RGB Variations
Color information
#A1BA8D (or 0xA1BA8D) is known color: Norway. HEX triplet: A1, BA and 8D. RGB value is (161,186,141). Sum of RGB (Red+Green+Blue) = 161+186+141=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BA8D is #5E4572. Grayscale: #ADADAD. Windows color (decimal): -6178163 or 9288353. OLE color: 9288353.
HSL color Cylindrical-coordinate representation of color #A1BA8D: hue angle of 93.33º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1BA8D is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 186 | 141 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.27 |
| HSL | 93.33º | 0.25% | 0.64% | - |
| HSV(B) | 93.33º | 0.24% | 0.73% | - |
| XYZ | 37.06 | 44.62 | 31.86 | - |
| YUV | 173.4 | 109.72 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 141 | 0.13 | 0 | 0.24 | 0.27 | 93.33 | 0.25 | 0.64 |
| Hex | A1 | BA | 8D | D | 0 | 18 | 1B | 5D | 19 | 40 |
| Octal | 241 | 272 | 215 | 15 | 0 | 30 | 33 | 135 | 31 | 100 |
| Binary | 10100001 | 10111010 | 10001101 | 1101 | 0 | 11000 | 11011 | 1011101 | 11001 | 1000000 |
Color Harmonies of #A1BA8D
Complementary color
Monochromatic Colors of #A1BA8D
Black with #A1BA8D
Text Example
Text Example
White with #A1BA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BA8D; }
p { color: rgb(161,186,141); }
H1.HeaderClassName
{
color: #A1BA8D;
}
.AnyTagClassName
{
color: #A1BA8D;
}
</style>
background-color css
<style>
a { background-color: #A1BA8D; }
a { background-color: rgb(161,186,141); }
div.DivClassName
{
background-color: #A1BA8D;
}
.BgClassName
{
background-color: #A1BA8D;
}
</style>
border-color css
<style>
span { border-color: #A1BA8D; }
span { border-color: rgb(161,186,141); }
td.TdClassName
{
border-color: #A1BA8D;
}
.TagClassName
{
border-color: #A1BA8D;
}
</style>