Shades of Norway #A9BC8E
Tints of Norway #A9BC8E
RGB
CMYK
RGB Variations
Color information
#A9BC8E (or 0xA9BC8E) is known color: Norway. HEX triplet: A9, BC and 8E. RGB value is (169,188,142). Sum of RGB (Red+Green+Blue) = 169+188+142=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BC8E is #564371. Grayscale: #B1B1B1. Windows color (decimal): -5653362 or 9354409. OLE color: 9354409.
HSL color Cylindrical-coordinate representation of color #A9BC8E: hue angle of 84.78º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9BC8E is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 188 | 142 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.26 |
| HSL | 84.78º | 0.26% | 0.65% | - |
| HSV(B) | 84.78º | 0.24% | 0.74% | - |
| XYZ | 39.23 | 46.35 | 32.47 | - |
| YUV | 177.08 | 108.21 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 188 | 142 | 0.10 | 0 | 0.24 | 0.26 | 84.78 | 0.26 | 0.65 |
| Hex | A9 | BC | 8E | A | 0 | 18 | 1A | 55 | 1A | 41 |
| Octal | 251 | 274 | 216 | 12 | 0 | 30 | 32 | 125 | 32 | 101 |
| Binary | 10101001 | 10111100 | 10001110 | 1010 | 0 | 11000 | 11010 | 1010101 | 11010 | 1000001 |
Color Harmonies of #A9BC8E
Complementary color
Monochromatic Colors of #A9BC8E
Black with #A9BC8E
Text Example
Text Example
White with #A9BC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BC8E; }
p { color: rgb(169,188,142); }
H1.HeaderClassName
{
color: #A9BC8E;
}
.AnyTagClassName
{
color: #A9BC8E;
}
</style>
background-color css
<style>
a { background-color: #A9BC8E; }
a { background-color: rgb(169,188,142); }
div.DivClassName
{
background-color: #A9BC8E;
}
.BgClassName
{
background-color: #A9BC8E;
}
</style>
border-color css
<style>
span { border-color: #A9BC8E; }
span { border-color: rgb(169,188,142); }
td.TdClassName
{
border-color: #A9BC8E;
}
.TagClassName
{
border-color: #A9BC8E;
}
</style>