Shades of Norway #A9BE89
Tints of Norway #A9BE89
RGB
CMYK
RGB Variations
Color information
#A9BE89 (or 0xA9BE89) is known color: Norway. HEX triplet: A9, BE and 89. RGB value is (169,190,137). Sum of RGB (Red+Green+Blue) = 169+190+137=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 137 (53.91% from 255 or 27.62% from 496); Max value from RGB is 190 - color contains mainly: green. Hex color #A9BE89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BE89 is #564176. Grayscale: #B1B1B1. Windows color (decimal): -5652855 or 9027241. OLE color: 9027241.
HSL color Cylindrical-coordinate representation of color #A9BE89: hue angle of 83.77º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9BE89 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 190 | 137 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.25 |
| HSL | 83.77º | 0.29% | 0.64% | - |
| HSV(B) | 83.77º | 0.28% | 0.75% | - |
| XYZ | 39.29 | 47.07 | 30.68 | - |
| YUV | 177.68 | 105.04 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 190 | 137 | 0.11 | 0 | 0.28 | 0.25 | 83.77 | 0.29 | 0.64 |
| Hex | A9 | BE | 89 | B | 0 | 1C | 19 | 54 | 1D | 40 |
| Octal | 251 | 276 | 211 | 13 | 0 | 34 | 31 | 124 | 35 | 100 |
| Binary | 10101001 | 10111110 | 10001001 | 1011 | 0 | 11100 | 11001 | 1010100 | 11101 | 1000000 |
Color Harmonies of #A9BE89
Complementary color
Monochromatic Colors of #A9BE89
Black with #A9BE89
Text Example
Text Example
White with #A9BE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BE89; }
p { color: rgb(169,190,137); }
H1.HeaderClassName
{
color: #A9BE89;
}
.AnyTagClassName
{
color: #A9BE89;
}
</style>
background-color css
<style>
a { background-color: #A9BE89; }
a { background-color: rgb(169,190,137); }
div.DivClassName
{
background-color: #A9BE89;
}
.BgClassName
{
background-color: #A9BE89;
}
</style>
border-color css
<style>
span { border-color: #A9BE89; }
span { border-color: rgb(169,190,137); }
td.TdClassName
{
border-color: #A9BE89;
}
.TagClassName
{
border-color: #A9BE89;
}
</style>