Shades of Norway #A1B98E
Tints of Norway #A1B98E
RGB
CMYK
RGB Variations
Color information
#A1B98E (or 0xA1B98E) is known color: Norway. HEX triplet: A1, B9 and 8E. RGB value is (161,185,142). Sum of RGB (Red+Green+Blue) = 161+185+142=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B98E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B98E is #5E4671. Grayscale: #ADADAD. Windows color (decimal): -6178418 or 9353633. OLE color: 9353633.
HSL color Cylindrical-coordinate representation of color #A1B98E: hue angle of 93.49º 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 #A1B98E is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 185 | 142 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.27 |
| HSL | 93.49º | 0.23% | 0.64% | - |
| HSV(B) | 93.49º | 0.23% | 0.73% | - |
| XYZ | 36.93 | 44.23 | 32.18 | - |
| YUV | 172.92 | 110.55 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 185 | 142 | 0.13 | 0 | 0.23 | 0.27 | 93.49 | 0.23 | 0.64 |
| Hex | A1 | B9 | 8E | D | 0 | 17 | 1B | 5D | 17 | 40 |
| Octal | 241 | 271 | 216 | 15 | 0 | 27 | 33 | 135 | 27 | 100 |
| Binary | 10100001 | 10111001 | 10001110 | 1101 | 0 | 10111 | 11011 | 1011101 | 10111 | 1000000 |
Color Harmonies of #A1B98E
Complementary color
Monochromatic Colors of #A1B98E
Black with #A1B98E
Text Example
Text Example
White with #A1B98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B98E; }
p { color: rgb(161,185,142); }
H1.HeaderClassName
{
color: #A1B98E;
}
.AnyTagClassName
{
color: #A1B98E;
}
</style>
background-color css
<style>
a { background-color: #A1B98E; }
a { background-color: rgb(161,185,142); }
div.DivClassName
{
background-color: #A1B98E;
}
.BgClassName
{
background-color: #A1B98E;
}
</style>
border-color css
<style>
span { border-color: #A1B98E; }
span { border-color: rgb(161,185,142); }
td.TdClassName
{
border-color: #A1B98E;
}
.TagClassName
{
border-color: #A1B98E;
}
</style>