Shades of Norway #A3C588
Tints of Norway #A3C588
RGB
CMYK
RGB Variations
Color information
#A3C588 (or 0xA3C588) is known color: Norway. HEX triplet: A3, C5 and 88. RGB value is (163,197,136). Sum of RGB (Red+Green+Blue) = 163+197+136=496 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.86% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 136 (53.52% from 255 or 27.42% from 496); Max value from RGB is 197 - color contains mainly: green. Hex color #A3C588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C588 is #5C3A77. Grayscale: #B4B4B4. Windows color (decimal): -6044280 or 8963491. OLE color: 8963491.
HSL color Cylindrical-coordinate representation of color #A3C588: hue angle of 93.44º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3C588 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 197 | 136 | - |
| CMYK | 0.17 | 0 | 0.31 | 0.23 |
| HSL | 93.44º | 0.34% | 0.65% | - |
| HSV(B) | 93.44º | 0.31% | 0.77% | - |
| XYZ | 39.51 | 49.5 | 30.76 | - |
| YUV | 179.88 | 103.24 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 197 | 136 | 0.17 | 0 | 0.31 | 0.23 | 93.44 | 0.34 | 0.65 |
| Hex | A3 | C5 | 88 | 11 | 0 | 1F | 17 | 5D | 22 | 41 |
| Octal | 243 | 305 | 210 | 21 | 0 | 37 | 27 | 135 | 42 | 101 |
| Binary | 10100011 | 11000101 | 10001000 | 10001 | 0 | 11111 | 10111 | 1011101 | 100010 | 1000001 |
Color Harmonies of #A3C588
Complementary color
Monochromatic Colors of #A3C588
Black with #A3C588
Text Example
Text Example
White with #A3C588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C588; }
p { color: rgb(163,197,136); }
H1.HeaderClassName
{
color: #A3C588;
}
.AnyTagClassName
{
color: #A3C588;
}
</style>
background-color css
<style>
a { background-color: #A3C588; }
a { background-color: rgb(163,197,136); }
div.DivClassName
{
background-color: #A3C588;
}
.BgClassName
{
background-color: #A3C588;
}
</style>
border-color css
<style>
span { border-color: #A3C588; }
span { border-color: rgb(163,197,136); }
td.TdClassName
{
border-color: #A3C588;
}
.TagClassName
{
border-color: #A3C588;
}
</style>