Shades of Norway #A9C097
Tints of Norway #A9C097
RGB
CMYK
RGB Variations
Color information
#A9C097 (or 0xA9C097) is known color: Norway. HEX triplet: A9, C0 and 97. RGB value is (169,192,151). Sum of RGB (Red+Green+Blue) = 169+192+151=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 151 (59.38% from 255 or 29.49% from 512); Max value from RGB is 192 - color contains mainly: green. Hex color #A9C097 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C097 is #563F68. Grayscale: #B4B4B4. Windows color (decimal): -5652329 or 9945257. OLE color: 9945257.
HSL color Cylindrical-coordinate representation of color #A9C097: hue angle of 93.66º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9C097 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 192 | 151 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.25 |
| HSL | 93.66º | 0.25% | 0.67% | - |
| HSV(B) | 93.66º | 0.21% | 0.75% | - |
| XYZ | 40.8 | 48.37 | 36.46 | - |
| YUV | 180.45 | 111.38 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 192 | 151 | 0.12 | 0 | 0.21 | 0.25 | 93.66 | 0.25 | 0.67 |
| Hex | A9 | C0 | 97 | C | 0 | 15 | 19 | 5E | 19 | 43 |
| Octal | 251 | 300 | 227 | 14 | 0 | 25 | 31 | 136 | 31 | 103 |
| Binary | 10101001 | 11000000 | 10010111 | 1100 | 0 | 10101 | 11001 | 1011110 | 11001 | 1000011 |
Color Harmonies of #A9C097
Complementary color
Monochromatic Colors of #A9C097
Black with #A9C097
Text Example
Text Example
White with #A9C097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C097; }
p { color: rgb(169,192,151); }
H1.HeaderClassName
{
color: #A9C097;
}
.AnyTagClassName
{
color: #A9C097;
}
</style>
background-color css
<style>
a { background-color: #A9C097; }
a { background-color: rgb(169,192,151); }
div.DivClassName
{
background-color: #A9C097;
}
.BgClassName
{
background-color: #A9C097;
}
</style>
border-color css
<style>
span { border-color: #A9C097; }
span { border-color: rgb(169,192,151); }
td.TdClassName
{
border-color: #A9C097;
}
.TagClassName
{
border-color: #A9C097;
}
</style>