Shades of Norway #A3C486
Tints of Norway #A3C486
RGB
CMYK
RGB Variations
Color information
#A3C486 (or 0xA3C486) is known color: Norway. HEX triplet: A3, C4 and 86. RGB value is (163,196,134). Sum of RGB (Red+Green+Blue) = 163+196+134=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 134 (52.73% from 255 or 27.18% from 493); Max value from RGB is 196 - color contains mainly: green. Hex color #A3C486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C486 is #5C3B79. Grayscale: #B3B3B3. Windows color (decimal): -6044538 or 8832163. OLE color: 8832163.
HSL color Cylindrical-coordinate representation of color #A3C486: hue angle of 91.94º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3C486 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 196 | 134 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.23 |
| HSL | 91.94º | 0.34% | 0.65% | - |
| HSV(B) | 91.94º | 0.32% | 0.77% | - |
| XYZ | 39.15 | 48.99 | 29.95 | - |
| YUV | 179.07 | 102.57 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 196 | 134 | 0.17 | 0 | 0.32 | 0.23 | 91.94 | 0.34 | 0.65 |
| Hex | A3 | C4 | 86 | 11 | 0 | 20 | 17 | 5C | 22 | 41 |
| Octal | 243 | 304 | 206 | 21 | 0 | 40 | 27 | 134 | 42 | 101 |
| Binary | 10100011 | 11000100 | 10000110 | 10001 | 0 | 100000 | 10111 | 1011100 | 100010 | 1000001 |
Color Harmonies of #A3C486
Complementary color
Monochromatic Colors of #A3C486
Black with #A3C486
Text Example
Text Example
White with #A3C486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C486; }
p { color: rgb(163,196,134); }
H1.HeaderClassName
{
color: #A3C486;
}
.AnyTagClassName
{
color: #A3C486;
}
</style>
background-color css
<style>
a { background-color: #A3C486; }
a { background-color: rgb(163,196,134); }
div.DivClassName
{
background-color: #A3C486;
}
.BgClassName
{
background-color: #A3C486;
}
</style>
border-color css
<style>
span { border-color: #A3C486; }
span { border-color: rgb(163,196,134); }
td.TdClassName
{
border-color: #A3C486;
}
.TagClassName
{
border-color: #A3C486;
}
</style>