Shades of Norway #A9C388
Tints of Norway #A9C388
RGB
CMYK
RGB Variations
Color information
#A9C388 (or 0xA9C388) is known color: Norway. HEX triplet: A9, C3 and 88. RGB value is (169,195,136). Sum of RGB (Red+Green+Blue) = 169+195+136=500 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.8% from 500); Green value is 195 (76.56% from 255 or 39% from 500); Blue value is 136 (53.52% from 255 or 27.2% from 500); Max value from RGB is 195 - color contains mainly: green. Hex color #A9C388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C388 is #563C77. Grayscale: #B4B4B4. Windows color (decimal): -5651576 or 8962985. OLE color: 8962985.
HSL color Cylindrical-coordinate representation of color #A9C388: hue angle of 86.44º 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 #A9C388 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 195 | 136 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.24 |
| HSL | 86.44º | 0.33% | 0.65% | - |
| HSV(B) | 86.44º | 0.3% | 0.76% | - |
| XYZ | 40.32 | 49.24 | 30.67 | - |
| YUV | 180.5 | 102.89 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 195 | 136 | 0.13 | 0 | 0.30 | 0.24 | 86.44 | 0.33 | 0.65 |
| Hex | A9 | C3 | 88 | D | 0 | 1E | 18 | 56 | 21 | 41 |
| Octal | 251 | 303 | 210 | 15 | 0 | 36 | 30 | 126 | 41 | 101 |
| Binary | 10101001 | 11000011 | 10001000 | 1101 | 0 | 11110 | 11000 | 1010110 | 100001 | 1000001 |
Color Harmonies of #A9C388
Complementary color
Monochromatic Colors of #A9C388
Black with #A9C388
Text Example
Text Example
White with #A9C388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C388; }
p { color: rgb(169,195,136); }
H1.HeaderClassName
{
color: #A9C388;
}
.AnyTagClassName
{
color: #A9C388;
}
</style>
background-color css
<style>
a { background-color: #A9C388; }
a { background-color: rgb(169,195,136); }
div.DivClassName
{
background-color: #A9C388;
}
.BgClassName
{
background-color: #A9C388;
}
</style>
border-color css
<style>
span { border-color: #A9C388; }
span { border-color: rgb(169,195,136); }
td.TdClassName
{
border-color: #A9C388;
}
.TagClassName
{
border-color: #A9C388;
}
</style>