Shades of Norway #A9BE8E
Tints of Norway #A9BE8E
RGB
CMYK
RGB Variations
Color information
#A9BE8E (or 0xA9BE8E) is known color: Norway. HEX triplet: A9, BE and 8E. RGB value is (169,190,142). Sum of RGB (Red+Green+Blue) = 169+190+142=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 190 - color contains mainly: green. Hex color #A9BE8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BE8E is #564171. Grayscale: #B2B2B2. Windows color (decimal): -5652850 or 9354921. OLE color: 9354921.
HSL color Cylindrical-coordinate representation of color #A9BE8E: hue angle of 86.25º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9BE8E is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 190 | 142 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.25 |
| HSL | 86.25º | 0.27% | 0.65% | - |
| HSV(B) | 86.25º | 0.25% | 0.75% | - |
| XYZ | 39.66 | 47.21 | 32.61 | - |
| YUV | 178.25 | 107.54 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 190 | 142 | 0.11 | 0 | 0.25 | 0.25 | 86.25 | 0.27 | 0.65 |
| Hex | A9 | BE | 8E | B | 0 | 19 | 19 | 56 | 1B | 41 |
| Octal | 251 | 276 | 216 | 13 | 0 | 31 | 31 | 126 | 33 | 101 |
| Binary | 10101001 | 10111110 | 10001110 | 1011 | 0 | 11001 | 11001 | 1010110 | 11011 | 1000001 |
Color Harmonies of #A9BE8E
Complementary color
Monochromatic Colors of #A9BE8E
Black with #A9BE8E
Text Example
Text Example
White with #A9BE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BE8E; }
p { color: rgb(169,190,142); }
H1.HeaderClassName
{
color: #A9BE8E;
}
.AnyTagClassName
{
color: #A9BE8E;
}
</style>
background-color css
<style>
a { background-color: #A9BE8E; }
a { background-color: rgb(169,190,142); }
div.DivClassName
{
background-color: #A9BE8E;
}
.BgClassName
{
background-color: #A9BE8E;
}
</style>
border-color css
<style>
span { border-color: #A9BE8E; }
span { border-color: rgb(169,190,142); }
td.TdClassName
{
border-color: #A9BE8E;
}
.TagClassName
{
border-color: #A9BE8E;
}
</style>