Shades of Norway #A0BA83
Tints of Norway #A0BA83
RGB
CMYK
RGB Variations
Color information
#A0BA83 (or 0xA0BA83) is known color: Norway. HEX triplet: A0, BA and 83. RGB value is (160,186,131). Sum of RGB (Red+Green+Blue) = 160+186+131=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BA83 is #5F457C. Grayscale: #ACACAC. Windows color (decimal): -6243709 or 8632992. OLE color: 8632992.
HSL color Cylindrical-coordinate representation of color #A0BA83: hue angle of 88.36º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0BA83 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 186 | 131 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.27 |
| HSL | 88.36º | 0.28% | 0.62% | - |
| HSV(B) | 88.36º | 0.3% | 0.73% | - |
| XYZ | 36.15 | 44.23 | 28.1 | - |
| YUV | 171.96 | 104.89 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 131 | 0.14 | 0 | 0.30 | 0.27 | 88.36 | 0.28 | 0.62 |
| Hex | A0 | BA | 83 | E | 0 | 1E | 1B | 58 | 1C | 3E |
| Octal | 240 | 272 | 203 | 16 | 0 | 36 | 33 | 130 | 34 | 76 |
| Binary | 10100000 | 10111010 | 10000011 | 1110 | 0 | 11110 | 11011 | 1011000 | 11100 | 111110 |
Color Harmonies of #A0BA83
Complementary color
Monochromatic Colors of #A0BA83
Black with #A0BA83
Text Example
Text Example
White with #A0BA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BA83; }
p { color: rgb(160,186,131); }
H1.HeaderClassName
{
color: #A0BA83;
}
.AnyTagClassName
{
color: #A0BA83;
}
</style>
background-color css
<style>
a { background-color: #A0BA83; }
a { background-color: rgb(160,186,131); }
div.DivClassName
{
background-color: #A0BA83;
}
.BgClassName
{
background-color: #A0BA83;
}
</style>
border-color css
<style>
span { border-color: #A0BA83; }
span { border-color: rgb(160,186,131); }
td.TdClassName
{
border-color: #A0BA83;
}
.TagClassName
{
border-color: #A0BA83;
}
</style>