Shades of Norway #A9BE8B
Tints of Norway #A9BE8B
RGB
CMYK
RGB Variations
Color information
#A9BE8B (or 0xA9BE8B) is known color: Norway. HEX triplet: A9, BE and 8B. RGB value is (169,190,139). Sum of RGB (Red+Green+Blue) = 169+190+139=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 139 (54.69% from 255 or 27.91% from 498); Max value from RGB is 190 - color contains mainly: green. Hex color #A9BE8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BE8B is #564174. Grayscale: #B2B2B2. Windows color (decimal): -5652853 or 9158313. OLE color: 9158313.
HSL color Cylindrical-coordinate representation of color #A9BE8B: hue angle of 84.71º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A9BE8B is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 190 | 139 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.25 |
| HSL | 84.71º | 0.28% | 0.65% | - |
| HSV(B) | 84.71º | 0.27% | 0.75% | - |
| XYZ | 39.44 | 47.13 | 31.44 | - |
| YUV | 177.91 | 106.04 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 190 | 139 | 0.11 | 0 | 0.27 | 0.25 | 84.71 | 0.28 | 0.65 |
| Hex | A9 | BE | 8B | B | 0 | 1B | 19 | 55 | 1C | 41 |
| Octal | 251 | 276 | 213 | 13 | 0 | 33 | 31 | 125 | 34 | 101 |
| Binary | 10101001 | 10111110 | 10001011 | 1011 | 0 | 11011 | 11001 | 1010101 | 11100 | 1000001 |
Color Harmonies of #A9BE8B
Complementary color
Monochromatic Colors of #A9BE8B
Black with #A9BE8B
Text Example
Text Example
White with #A9BE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BE8B; }
p { color: rgb(169,190,139); }
H1.HeaderClassName
{
color: #A9BE8B;
}
.AnyTagClassName
{
color: #A9BE8B;
}
</style>
background-color css
<style>
a { background-color: #A9BE8B; }
a { background-color: rgb(169,190,139); }
div.DivClassName
{
background-color: #A9BE8B;
}
.BgClassName
{
background-color: #A9BE8B;
}
</style>
border-color css
<style>
span { border-color: #A9BE8B; }
span { border-color: rgb(169,190,139); }
td.TdClassName
{
border-color: #A9BE8B;
}
.TagClassName
{
border-color: #A9BE8B;
}
</style>