Shades of Norway #A3C484
Tints of Norway #A3C484
RGB
CMYK
RGB Variations
Color information
#A3C484 (or 0xA3C484) is known color: Norway. HEX triplet: A3, C4 and 84. RGB value is (163,196,132). Sum of RGB (Red+Green+Blue) = 163+196+132=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 196 (76.95% from 255 or 39.92% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 196 - color contains mainly: green. Hex color #A3C484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C484 is #5C3B7B. Grayscale: #B3B3B3. Windows color (decimal): -6044540 or 8701091. OLE color: 8701091.
HSL color Cylindrical-coordinate representation of color #A3C484: hue angle of 90.94º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3C484 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 196 | 132 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.23 |
| HSL | 90.94º | 0.35% | 0.64% | - |
| HSV(B) | 90.94º | 0.33% | 0.77% | - |
| XYZ | 39.01 | 48.93 | 29.22 | - |
| YUV | 178.84 | 101.57 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 196 | 132 | 0.17 | 0 | 0.33 | 0.23 | 90.94 | 0.35 | 0.64 |
| Hex | A3 | C4 | 84 | 11 | 0 | 21 | 17 | 5B | 23 | 40 |
| Octal | 243 | 304 | 204 | 21 | 0 | 41 | 27 | 133 | 43 | 100 |
| Binary | 10100011 | 11000100 | 10000100 | 10001 | 0 | 100001 | 10111 | 1011011 | 100011 | 1000000 |
Color Harmonies of #A3C484
Complementary color
Monochromatic Colors of #A3C484
Black with #A3C484
Text Example
Text Example
White with #A3C484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C484; }
p { color: rgb(163,196,132); }
H1.HeaderClassName
{
color: #A3C484;
}
.AnyTagClassName
{
color: #A3C484;
}
</style>
background-color css
<style>
a { background-color: #A3C484; }
a { background-color: rgb(163,196,132); }
div.DivClassName
{
background-color: #A3C484;
}
.BgClassName
{
background-color: #A3C484;
}
</style>
border-color css
<style>
span { border-color: #A3C484; }
span { border-color: rgb(163,196,132); }
td.TdClassName
{
border-color: #A3C484;
}
.TagClassName
{
border-color: #A3C484;
}
</style>