Shades of Norway #A0B98E
Tints of Norway #A0B98E
RGB
CMYK
RGB Variations
Color information
#A0B98E (or 0xA0B98E) is known color: Norway. HEX triplet: A0, B9 and 8E. RGB value is (160,185,142). Sum of RGB (Red+Green+Blue) = 160+185+142=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 142 (55.86% from 255 or 29.16% from 487); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B98E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B98E is #5F4671. Grayscale: #ACACAC. Windows color (decimal): -6243954 or 9353632. OLE color: 9353632.
HSL color Cylindrical-coordinate representation of color #A0B98E: hue angle of 94.88º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0B98E is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 185 | 142 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.27 |
| HSL | 94.88º | 0.23% | 0.64% | - |
| HSV(B) | 94.88º | 0.23% | 0.73% | - |
| XYZ | 36.73 | 44.12 | 32.17 | - |
| YUV | 172.62 | 110.72 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 185 | 142 | 0.14 | 0 | 0.23 | 0.27 | 94.88 | 0.23 | 0.64 |
| Hex | A0 | B9 | 8E | E | 0 | 17 | 1B | 5F | 17 | 40 |
| Octal | 240 | 271 | 216 | 16 | 0 | 27 | 33 | 137 | 27 | 100 |
| Binary | 10100000 | 10111001 | 10001110 | 1110 | 0 | 10111 | 11011 | 1011111 | 10111 | 1000000 |
Color Harmonies of #A0B98E
Complementary color
Monochromatic Colors of #A0B98E
Black with #A0B98E
Text Example
Text Example
White with #A0B98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B98E; }
p { color: rgb(160,185,142); }
H1.HeaderClassName
{
color: #A0B98E;
}
.AnyTagClassName
{
color: #A0B98E;
}
</style>
background-color css
<style>
a { background-color: #A0B98E; }
a { background-color: rgb(160,185,142); }
div.DivClassName
{
background-color: #A0B98E;
}
.BgClassName
{
background-color: #A0B98E;
}
</style>
border-color css
<style>
span { border-color: #A0B98E; }
span { border-color: rgb(160,185,142); }
td.TdClassName
{
border-color: #A0B98E;
}
.TagClassName
{
border-color: #A0B98E;
}
</style>