Shades of Norway #A1BA8C
Tints of Norway #A1BA8C
RGB
CMYK
RGB Variations
Color information
#A1BA8C (or 0xA1BA8C) is known color: Norway. HEX triplet: A1, BA and 8C. RGB value is (161,186,140). Sum of RGB (Red+Green+Blue) = 161+186+140=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BA8C is #5E4573. Grayscale: #ADADAD. Windows color (decimal): -6178164 or 9222817. OLE color: 9222817.
HSL color Cylindrical-coordinate representation of color #A1BA8C: hue angle of 92.61º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1BA8C is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 186 | 140 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.27 |
| HSL | 92.61º | 0.25% | 0.64% | - |
| HSV(B) | 92.61º | 0.25% | 0.73% | - |
| XYZ | 36.99 | 44.59 | 31.47 | - |
| YUV | 173.28 | 109.22 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 140 | 0.13 | 0 | 0.25 | 0.27 | 92.61 | 0.25 | 0.64 |
| Hex | A1 | BA | 8C | D | 0 | 19 | 1B | 5D | 19 | 40 |
| Octal | 241 | 272 | 214 | 15 | 0 | 31 | 33 | 135 | 31 | 100 |
| Binary | 10100001 | 10111010 | 10001100 | 1101 | 0 | 11001 | 11011 | 1011101 | 11001 | 1000000 |
Color Harmonies of #A1BA8C
Complementary color
Monochromatic Colors of #A1BA8C
Black with #A1BA8C
Text Example
Text Example
White with #A1BA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BA8C; }
p { color: rgb(161,186,140); }
H1.HeaderClassName
{
color: #A1BA8C;
}
.AnyTagClassName
{
color: #A1BA8C;
}
</style>
background-color css
<style>
a { background-color: #A1BA8C; }
a { background-color: rgb(161,186,140); }
div.DivClassName
{
background-color: #A1BA8C;
}
.BgClassName
{
background-color: #A1BA8C;
}
</style>
border-color css
<style>
span { border-color: #A1BA8C; }
span { border-color: rgb(161,186,140); }
td.TdClassName
{
border-color: #A1BA8C;
}
.TagClassName
{
border-color: #A1BA8C;
}
</style>