Shades of Norway #A0B589
Tints of Norway #A0B589
RGB
CMYK
RGB Variations
Color information
#A0B589 (or 0xA0B589) is known color: Norway. HEX triplet: A0, B5 and 89. RGB value is (160,181,137). Sum of RGB (Red+Green+Blue) = 160+181+137=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 181 (71.09% from 255 or 37.87% from 478); Blue value is 137 (53.91% from 255 or 28.66% from 478); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B589 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B589 is #5F4A76. Grayscale: #A9A9A9. Windows color (decimal): -6244983 or 9024928. OLE color: 9024928.
HSL color Cylindrical-coordinate representation of color #A0B589: hue angle of 88.64º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0B589 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 181 | 137 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.29 |
| HSL | 88.64º | 0.23% | 0.62% | - |
| HSV(B) | 88.64º | 0.24% | 0.71% | - |
| XYZ | 35.54 | 42.33 | 29.96 | - |
| YUV | 169.71 | 109.54 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 181 | 137 | 0.12 | 0 | 0.24 | 0.29 | 88.64 | 0.23 | 0.62 |
| Hex | A0 | B5 | 89 | C | 0 | 18 | 1D | 59 | 17 | 3E |
| Octal | 240 | 265 | 211 | 14 | 0 | 30 | 35 | 131 | 27 | 76 |
| Binary | 10100000 | 10110101 | 10001001 | 1100 | 0 | 11000 | 11101 | 1011001 | 10111 | 111110 |
Color Harmonies of #A0B589
Complementary color
Monochromatic Colors of #A0B589
Black with #A0B589
Text Example
Text Example
White with #A0B589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B589; }
p { color: rgb(160,181,137); }
H1.HeaderClassName
{
color: #A0B589;
}
.AnyTagClassName
{
color: #A0B589;
}
</style>
background-color css
<style>
a { background-color: #A0B589; }
a { background-color: rgb(160,181,137); }
div.DivClassName
{
background-color: #A0B589;
}
.BgClassName
{
background-color: #A0B589;
}
</style>
border-color css
<style>
span { border-color: #A0B589; }
span { border-color: rgb(160,181,137); }
td.TdClassName
{
border-color: #A0B589;
}
.TagClassName
{
border-color: #A0B589;
}
</style>