Shades of Norway #A3C190
Tints of Norway #A3C190
RGB
CMYK
RGB Variations
Color information
#A3C190 (or 0xA3C190) is known color: Norway. HEX triplet: A3, C1 and 90. RGB value is (163,193,144). Sum of RGB (Red+Green+Blue) = 163+193+144=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 193 - color contains mainly: green. Hex color #A3C190 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C190 is #5C3E6F. Grayscale: #B2B2B2. Windows color (decimal): -6045296 or 9486755. OLE color: 9486755.
HSL color Cylindrical-coordinate representation of color #A3C190: hue angle of 96.73º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A3C190 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 193 | 144 | - |
| CMYK | 0.16 | 0 | 0.25 | 0.24 |
| HSL | 96.73º | 0.28% | 0.66% | - |
| HSV(B) | 96.73º | 0.25% | 0.76% | - |
| XYZ | 39.21 | 47.94 | 33.57 | - |
| YUV | 178.44 | 108.56 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 193 | 144 | 0.16 | 0 | 0.25 | 0.24 | 96.73 | 0.28 | 0.66 |
| Hex | A3 | C1 | 90 | 10 | 0 | 19 | 18 | 61 | 1C | 42 |
| Octal | 243 | 301 | 220 | 20 | 0 | 31 | 30 | 141 | 34 | 102 |
| Binary | 10100011 | 11000001 | 10010000 | 10000 | 0 | 11001 | 11000 | 1100001 | 11100 | 1000010 |
Color Harmonies of #A3C190
Complementary color
Monochromatic Colors of #A3C190
Black with #A3C190
Text Example
Text Example
White with #A3C190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C190; }
p { color: rgb(163,193,144); }
H1.HeaderClassName
{
color: #A3C190;
}
.AnyTagClassName
{
color: #A3C190;
}
</style>
background-color css
<style>
a { background-color: #A3C190; }
a { background-color: rgb(163,193,144); }
div.DivClassName
{
background-color: #A3C190;
}
.BgClassName
{
background-color: #A3C190;
}
</style>
border-color css
<style>
span { border-color: #A3C190; }
span { border-color: rgb(163,193,144); }
td.TdClassName
{
border-color: #A3C190;
}
.TagClassName
{
border-color: #A3C190;
}
</style>