Shades of Norway #A3BA83
Tints of Norway #A3BA83
RGB
CMYK
RGB Variations
Color information
#A3BA83 (or 0xA3BA83) is known color: Norway. HEX triplet: A3, BA and 83. RGB value is (163,186,131). Sum of RGB (Red+Green+Blue) = 163+186+131=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BA83 is #5C457C. Grayscale: #ADADAD. Windows color (decimal): -6047101 or 8632995. OLE color: 8632995.
HSL color Cylindrical-coordinate representation of color #A3BA83: hue angle of 85.09º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3BA83 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 186 | 131 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.27 |
| HSL | 85.09º | 0.28% | 0.62% | - |
| HSV(B) | 85.09º | 0.3% | 0.73% | - |
| XYZ | 36.76 | 44.54 | 28.13 | - |
| YUV | 172.85 | 104.38 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 186 | 131 | 0.12 | 0 | 0.30 | 0.27 | 85.09 | 0.28 | 0.62 |
| Hex | A3 | BA | 83 | C | 0 | 1E | 1B | 55 | 1C | 3E |
| Octal | 243 | 272 | 203 | 14 | 0 | 36 | 33 | 125 | 34 | 76 |
| Binary | 10100011 | 10111010 | 10000011 | 1100 | 0 | 11110 | 11011 | 1010101 | 11100 | 111110 |
Color Harmonies of #A3BA83
Complementary color
Monochromatic Colors of #A3BA83
Black with #A3BA83
Text Example
Text Example
White with #A3BA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BA83; }
p { color: rgb(163,186,131); }
H1.HeaderClassName
{
color: #A3BA83;
}
.AnyTagClassName
{
color: #A3BA83;
}
</style>
background-color css
<style>
a { background-color: #A3BA83; }
a { background-color: rgb(163,186,131); }
div.DivClassName
{
background-color: #A3BA83;
}
.BgClassName
{
background-color: #A3BA83;
}
</style>
border-color css
<style>
span { border-color: #A3BA83; }
span { border-color: rgb(163,186,131); }
td.TdClassName
{
border-color: #A3BA83;
}
.TagClassName
{
border-color: #A3BA83;
}
</style>