Shades of Norway #A9BE8F
Tints of Norway #A9BE8F
RGB
CMYK
RGB Variations
Color information
#A9BE8F (or 0xA9BE8F) is known color: Norway. HEX triplet: A9, BE and 8F. RGB value is (169,190,143). Sum of RGB (Red+Green+Blue) = 169+190+143=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 143 (56.25% from 255 or 28.49% from 502); Max value from RGB is 190 - color contains mainly: green. Hex color #A9BE8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BE8F is #564170. Grayscale: #B2B2B2. Windows color (decimal): -5652849 or 9420457. OLE color: 9420457.
HSL color Cylindrical-coordinate representation of color #A9BE8F: hue angle of 86.81º 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 #A9BE8F is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 190 | 143 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.25 |
| HSL | 86.81º | 0.27% | 0.65% | - |
| HSV(B) | 86.81º | 0.25% | 0.75% | - |
| XYZ | 39.73 | 47.25 | 33.01 | - |
| YUV | 178.36 | 108.04 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 190 | 143 | 0.11 | 0 | 0.25 | 0.25 | 86.81 | 0.27 | 0.65 |
| Hex | A9 | BE | 8F | B | 0 | 19 | 19 | 57 | 1B | 41 |
| Octal | 251 | 276 | 217 | 13 | 0 | 31 | 31 | 127 | 33 | 101 |
| Binary | 10101001 | 10111110 | 10001111 | 1011 | 0 | 11001 | 11001 | 1010111 | 11011 | 1000001 |
Color Harmonies of #A9BE8F
Complementary color
Monochromatic Colors of #A9BE8F
Black with #A9BE8F
Text Example
Text Example
White with #A9BE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BE8F; }
p { color: rgb(169,190,143); }
H1.HeaderClassName
{
color: #A9BE8F;
}
.AnyTagClassName
{
color: #A9BE8F;
}
</style>
background-color css
<style>
a { background-color: #A9BE8F; }
a { background-color: rgb(169,190,143); }
div.DivClassName
{
background-color: #A9BE8F;
}
.BgClassName
{
background-color: #A9BE8F;
}
</style>
border-color css
<style>
span { border-color: #A9BE8F; }
span { border-color: rgb(169,190,143); }
td.TdClassName
{
border-color: #A9BE8F;
}
.TagClassName
{
border-color: #A9BE8F;
}
</style>