Shades of Norway #A3C287
Tints of Norway #A3C287
RGB
CMYK
RGB Variations
Color information
#A3C287 (or 0xA3C287) is known color: Norway. HEX triplet: A3, C2 and 87. RGB value is (163,194,135). Sum of RGB (Red+Green+Blue) = 163+194+135=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 135 (53.12% from 255 or 27.44% from 492); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C287 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C287 is #5C3D78. Grayscale: #B2B2B2. Windows color (decimal): -6045049 or 8897187. OLE color: 8897187.
HSL color Cylindrical-coordinate representation of color #A3C287: hue angle of 91.53º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3C287 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 194 | 135 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.24 |
| HSL | 91.53º | 0.33% | 0.65% | - |
| HSV(B) | 91.53º | 0.3% | 0.76% | - |
| XYZ | 38.77 | 48.12 | 30.17 | - |
| YUV | 178.01 | 103.73 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 194 | 135 | 0.16 | 0 | 0.30 | 0.24 | 91.53 | 0.33 | 0.65 |
| Hex | A3 | C2 | 87 | 10 | 0 | 1E | 18 | 5C | 21 | 41 |
| Octal | 243 | 302 | 207 | 20 | 0 | 36 | 30 | 134 | 41 | 101 |
| Binary | 10100011 | 11000010 | 10000111 | 10000 | 0 | 11110 | 11000 | 1011100 | 100001 | 1000001 |
Color Harmonies of #A3C287
Complementary color
Monochromatic Colors of #A3C287
Black with #A3C287
Text Example
Text Example
White with #A3C287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C287; }
p { color: rgb(163,194,135); }
H1.HeaderClassName
{
color: #A3C287;
}
.AnyTagClassName
{
color: #A3C287;
}
</style>
background-color css
<style>
a { background-color: #A3C287; }
a { background-color: rgb(163,194,135); }
div.DivClassName
{
background-color: #A3C287;
}
.BgClassName
{
background-color: #A3C287;
}
</style>
border-color css
<style>
span { border-color: #A3C287; }
span { border-color: rgb(163,194,135); }
td.TdClassName
{
border-color: #A3C287;
}
.TagClassName
{
border-color: #A3C287;
}
</style>