Shades of Norway #A9C195
Tints of Norway #A9C195
RGB
CMYK
RGB Variations
Color information
#A9C195 (or 0xA9C195) is known color: Norway. HEX triplet: A9, C1 and 95. RGB value is (169,193,149). Sum of RGB (Red+Green+Blue) = 169+193+149=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 149 (58.59% from 255 or 29.16% from 511); Max value from RGB is 193 - color contains mainly: green. Hex color #A9C195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C195 is #563E6A. Grayscale: #B4B4B4. Windows color (decimal): -5652075 or 9814441. OLE color: 9814441.
HSL color Cylindrical-coordinate representation of color #A9C195: hue angle of 92.73º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9C195 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 193 | 149 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.24 |
| HSL | 92.73º | 0.26% | 0.67% | - |
| HSV(B) | 92.73º | 0.23% | 0.76% | - |
| XYZ | 40.86 | 48.74 | 35.69 | - |
| YUV | 180.81 | 110.05 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 193 | 149 | 0.12 | 0 | 0.23 | 0.24 | 92.73 | 0.26 | 0.67 |
| Hex | A9 | C1 | 95 | C | 0 | 17 | 18 | 5D | 1A | 43 |
| Octal | 251 | 301 | 225 | 14 | 0 | 27 | 30 | 135 | 32 | 103 |
| Binary | 10101001 | 11000001 | 10010101 | 1100 | 0 | 10111 | 11000 | 1011101 | 11010 | 1000011 |
Color Harmonies of #A9C195
Complementary color
Monochromatic Colors of #A9C195
Black with #A9C195
Text Example
Text Example
White with #A9C195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C195; }
p { color: rgb(169,193,149); }
H1.HeaderClassName
{
color: #A9C195;
}
.AnyTagClassName
{
color: #A9C195;
}
</style>
background-color css
<style>
a { background-color: #A9C195; }
a { background-color: rgb(169,193,149); }
div.DivClassName
{
background-color: #A9C195;
}
.BgClassName
{
background-color: #A9C195;
}
</style>
border-color css
<style>
span { border-color: #A9C195; }
span { border-color: rgb(169,193,149); }
td.TdClassName
{
border-color: #A9C195;
}
.TagClassName
{
border-color: #A9C195;
}
</style>