Shades of Norway #A0B289
Tints of Norway #A0B289
RGB
CMYK
RGB Variations
Color information
#A0B289 (or 0xA0B289) is known color: Norway. HEX triplet: A0, B2 and 89. RGB value is (160,178,137). Sum of RGB (Red+Green+Blue) = 160+178+137=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 178 (69.92% from 255 or 37.47% from 475); Blue value is 137 (53.91% from 255 or 28.84% from 475); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B289 is #5F4D76. Grayscale: #A8A8A8. Windows color (decimal): -6245751 or 9024160. OLE color: 9024160.
HSL color Cylindrical-coordinate representation of color #A0B289: hue angle of 86.34º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0B289 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 178 | 137 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.30 |
| HSL | 86.34º | 0.21% | 0.62% | - |
| HSV(B) | 86.34º | 0.23% | 0.7% | - |
| XYZ | 34.93 | 41.12 | 29.76 | - |
| YUV | 167.94 | 110.54 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 178 | 137 | 0.10 | 0 | 0.23 | 0.30 | 86.34 | 0.21 | 0.62 |
| Hex | A0 | B2 | 89 | A | 0 | 17 | 1E | 56 | 15 | 3E |
| Octal | 240 | 262 | 211 | 12 | 0 | 27 | 36 | 126 | 25 | 76 |
| Binary | 10100000 | 10110010 | 10001001 | 1010 | 0 | 10111 | 11110 | 1010110 | 10101 | 111110 |
Color Harmonies of #A0B289
Complementary color
Monochromatic Colors of #A0B289
Black with #A0B289
Text Example
Text Example
White with #A0B289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B289; }
p { color: rgb(160,178,137); }
H1.HeaderClassName
{
color: #A0B289;
}
.AnyTagClassName
{
color: #A0B289;
}
</style>
background-color css
<style>
a { background-color: #A0B289; }
a { background-color: rgb(160,178,137); }
div.DivClassName
{
background-color: #A0B289;
}
.BgClassName
{
background-color: #A0B289;
}
</style>
border-color css
<style>
span { border-color: #A0B289; }
span { border-color: rgb(160,178,137); }
td.TdClassName
{
border-color: #A0B289;
}
.TagClassName
{
border-color: #A0B289;
}
</style>