Shades of Norway #A8BC97
Tints of Norway #A8BC97
RGB
CMYK
RGB Variations
Color information
#A8BC97 (or 0xA8BC97) is known color: Norway. HEX triplet: A8, BC and 97. RGB value is (168,188,151). Sum of RGB (Red+Green+Blue) = 168+188+151=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 151 (59.38% from 255 or 29.78% from 507); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BC97 is #574368. Grayscale: #B1B1B1. Windows color (decimal): -5718889 or 9944232. OLE color: 9944232.
HSL color Cylindrical-coordinate representation of color #A8BC97: hue angle of 92.43º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8BC97 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 151 | - |
| CMYK | 0.11 | 0 | 0.20 | 0.26 |
| HSL | 92.43º | 0.22% | 0.66% | - |
| HSV(B) | 92.43º | 0.2% | 0.74% | - |
| XYZ | 39.72 | 46.53 | 36.17 | - |
| YUV | 177.8 | 112.87 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 151 | 0.11 | 0 | 0.20 | 0.26 | 92.43 | 0.22 | 0.66 |
| Hex | A8 | BC | 97 | B | 0 | 14 | 1A | 5C | 16 | 42 |
| Octal | 250 | 274 | 227 | 13 | 0 | 24 | 32 | 134 | 26 | 102 |
| Binary | 10101000 | 10111100 | 10010111 | 1011 | 0 | 10100 | 11010 | 1011100 | 10110 | 1000010 |
Color Harmonies of #A8BC97
Complementary color
Monochromatic Colors of #A8BC97
Black with #A8BC97
Text Example
Text Example
White with #A8BC97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BC97; }
p { color: rgb(168,188,151); }
H1.HeaderClassName
{
color: #A8BC97;
}
.AnyTagClassName
{
color: #A8BC97;
}
</style>
background-color css
<style>
a { background-color: #A8BC97; }
a { background-color: rgb(168,188,151); }
div.DivClassName
{
background-color: #A8BC97;
}
.BgClassName
{
background-color: #A8BC97;
}
</style>
border-color css
<style>
span { border-color: #A8BC97; }
span { border-color: rgb(168,188,151); }
td.TdClassName
{
border-color: #A8BC97;
}
.TagClassName
{
border-color: #A8BC97;
}
</style>