Shades of Norway #A3BA8B
Tints of Norway #A3BA8B
RGB
CMYK
RGB Variations
Color information
#A3BA8B (or 0xA3BA8B) is known color: Norway. HEX triplet: A3, BA and 8B. RGB value is (163,186,139). Sum of RGB (Red+Green+Blue) = 163+186+139=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BA8B is #5C4574. Grayscale: #ADADAD. Windows color (decimal): -6047093 or 9157283. OLE color: 9157283.
HSL color Cylindrical-coordinate representation of color #A3BA8B: hue angle of 89.36º 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 #A3BA8B is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 186 | 139 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.27 |
| HSL | 89.36º | 0.25% | 0.64% | - |
| HSV(B) | 89.36º | 0.25% | 0.73% | - |
| XYZ | 37.32 | 44.77 | 31.1 | - |
| YUV | 173.77 | 108.38 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 186 | 139 | 0.12 | 0 | 0.25 | 0.27 | 89.36 | 0.25 | 0.64 |
| Hex | A3 | BA | 8B | C | 0 | 19 | 1B | 59 | 19 | 40 |
| Octal | 243 | 272 | 213 | 14 | 0 | 31 | 33 | 131 | 31 | 100 |
| Binary | 10100011 | 10111010 | 10001011 | 1100 | 0 | 11001 | 11011 | 1011001 | 11001 | 1000000 |
Color Harmonies of #A3BA8B
Complementary color
Monochromatic Colors of #A3BA8B
Black with #A3BA8B
Text Example
Text Example
White with #A3BA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BA8B; }
p { color: rgb(163,186,139); }
H1.HeaderClassName
{
color: #A3BA8B;
}
.AnyTagClassName
{
color: #A3BA8B;
}
</style>
background-color css
<style>
a { background-color: #A3BA8B; }
a { background-color: rgb(163,186,139); }
div.DivClassName
{
background-color: #A3BA8B;
}
.BgClassName
{
background-color: #A3BA8B;
}
</style>
border-color css
<style>
span { border-color: #A3BA8B; }
span { border-color: rgb(163,186,139); }
td.TdClassName
{
border-color: #A3BA8B;
}
.TagClassName
{
border-color: #A3BA8B;
}
</style>