Shades of Norway #A3C186
Tints of Norway #A3C186
RGB
CMYK
RGB Variations
Color information
#A3C186 (or 0xA3C186) is known color: Norway. HEX triplet: A3, C1 and 86. RGB value is (163,193,134). Sum of RGB (Red+Green+Blue) = 163+193+134=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 193 - color contains mainly: green. Hex color #A3C186 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C186 is #5C3E79. Grayscale: #B1B1B1. Windows color (decimal): -6045306 or 8831395. OLE color: 8831395.
HSL color Cylindrical-coordinate representation of color #A3C186: hue angle of 90.51º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3C186 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 193 | 134 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.24 |
| HSL | 90.51º | 0.32% | 0.64% | - |
| HSV(B) | 90.51º | 0.31% | 0.76% | - |
| XYZ | 38.48 | 47.65 | 29.72 | - |
| YUV | 177.3 | 103.56 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 193 | 134 | 0.16 | 0 | 0.31 | 0.24 | 90.51 | 0.32 | 0.64 |
| Hex | A3 | C1 | 86 | 10 | 0 | 1F | 18 | 5B | 20 | 40 |
| Octal | 243 | 301 | 206 | 20 | 0 | 37 | 30 | 133 | 40 | 100 |
| Binary | 10100011 | 11000001 | 10000110 | 10000 | 0 | 11111 | 11000 | 1011011 | 100000 | 1000000 |
Color Harmonies of #A3C186
Complementary color
Monochromatic Colors of #A3C186
Black with #A3C186
Text Example
Text Example
White with #A3C186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C186; }
p { color: rgb(163,193,134); }
H1.HeaderClassName
{
color: #A3C186;
}
.AnyTagClassName
{
color: #A3C186;
}
</style>
background-color css
<style>
a { background-color: #A3C186; }
a { background-color: rgb(163,193,134); }
div.DivClassName
{
background-color: #A3C186;
}
.BgClassName
{
background-color: #A3C186;
}
</style>
border-color css
<style>
span { border-color: #A3C186; }
span { border-color: rgb(163,193,134); }
td.TdClassName
{
border-color: #A3C186;
}
.TagClassName
{
border-color: #A3C186;
}
</style>