Shades of Norway #A3C088
Tints of Norway #A3C088
RGB
CMYK
RGB Variations
Color information
#A3C088 (or 0xA3C088) is known color: Norway. HEX triplet: A3, C0 and 88. RGB value is (163,192,136). Sum of RGB (Red+Green+Blue) = 163+192+136=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C088 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C088 is #5C3F77. Grayscale: #B1B1B1. Windows color (decimal): -6045560 or 8962211. OLE color: 8962211.
HSL color Cylindrical-coordinate representation of color #A3C088: hue angle of 91.07º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3C088 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 192 | 136 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.25 |
| HSL | 91.07º | 0.31% | 0.64% | - |
| HSV(B) | 91.07º | 0.29% | 0.75% | - |
| XYZ | 38.4 | 47.26 | 30.39 | - |
| YUV | 176.95 | 104.89 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 192 | 136 | 0.15 | 0 | 0.29 | 0.25 | 91.07 | 0.31 | 0.64 |
| Hex | A3 | C0 | 88 | F | 0 | 1D | 19 | 5B | 1F | 40 |
| Octal | 243 | 300 | 210 | 17 | 0 | 35 | 31 | 133 | 37 | 100 |
| Binary | 10100011 | 11000000 | 10001000 | 1111 | 0 | 11101 | 11001 | 1011011 | 11111 | 1000000 |
Color Harmonies of #A3C088
Complementary color
Monochromatic Colors of #A3C088
Black with #A3C088
Text Example
Text Example
White with #A3C088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C088; }
p { color: rgb(163,192,136); }
H1.HeaderClassName
{
color: #A3C088;
}
.AnyTagClassName
{
color: #A3C088;
}
</style>
background-color css
<style>
a { background-color: #A3C088; }
a { background-color: rgb(163,192,136); }
div.DivClassName
{
background-color: #A3C088;
}
.BgClassName
{
background-color: #A3C088;
}
</style>
border-color css
<style>
span { border-color: #A3C088; }
span { border-color: rgb(163,192,136); }
td.TdClassName
{
border-color: #A3C088;
}
.TagClassName
{
border-color: #A3C088;
}
</style>