Shades of Norway #A8C197
Tints of Norway #A8C197
RGB
CMYK
RGB Variations
Color information
#A8C197 (or 0xA8C197) is known color: Norway. HEX triplet: A8, C1 and 97. RGB value is (168,193,151). Sum of RGB (Red+Green+Blue) = 168+193+151=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 151 (59.38% from 255 or 29.49% from 512); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C197 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C197 is #573E68. Grayscale: #B4B4B4. Windows color (decimal): -5717609 or 9945512. OLE color: 9945512.
HSL color Cylindrical-coordinate representation of color #A8C197: hue angle of 95.71º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8C197 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 193 | 151 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.24 |
| HSL | 95.71º | 0.25% | 0.67% | - |
| HSV(B) | 95.71º | 0.22% | 0.76% | - |
| XYZ | 40.8 | 48.7 | 36.53 | - |
| YUV | 180.74 | 111.22 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 193 | 151 | 0.13 | 0 | 0.22 | 0.24 | 95.71 | 0.25 | 0.67 |
| Hex | A8 | C1 | 97 | D | 0 | 16 | 18 | 60 | 19 | 43 |
| Octal | 250 | 301 | 227 | 15 | 0 | 26 | 30 | 140 | 31 | 103 |
| Binary | 10101000 | 11000001 | 10010111 | 1101 | 0 | 10110 | 11000 | 1100000 | 11001 | 1000011 |
Color Harmonies of #A8C197
Complementary color
Monochromatic Colors of #A8C197
Black with #A8C197
Text Example
Text Example
White with #A8C197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C197; }
p { color: rgb(168,193,151); }
H1.HeaderClassName
{
color: #A8C197;
}
.AnyTagClassName
{
color: #A8C197;
}
</style>
background-color css
<style>
a { background-color: #A8C197; }
a { background-color: rgb(168,193,151); }
div.DivClassName
{
background-color: #A8C197;
}
.BgClassName
{
background-color: #A8C197;
}
</style>
border-color css
<style>
span { border-color: #A8C197; }
span { border-color: rgb(168,193,151); }
td.TdClassName
{
border-color: #A8C197;
}
.TagClassName
{
border-color: #A8C197;
}
</style>