Shades of Norway #A0B591
Tints of Norway #A0B591
RGB
CMYK
RGB Variations
Color information
#A0B591 (or 0xA0B591) is known color: Norway. HEX triplet: A0, B5 and 91. RGB value is (160,181,145). Sum of RGB (Red+Green+Blue) = 160+181+145=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B591 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B591 is #5F4A6E. Grayscale: #AAAAAA. Windows color (decimal): -6244975 or 9549216. OLE color: 9549216.
HSL color Cylindrical-coordinate representation of color #A0B591: hue angle of 95º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A0B591 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 181 | 145 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.29 |
| HSL | 95º | 0.2% | 0.64% | - |
| HSV(B) | 95º | 0.2% | 0.71% | - |
| XYZ | 36.13 | 42.57 | 33.1 | - |
| YUV | 170.62 | 113.54 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 181 | 145 | 0.12 | 0 | 0.20 | 0.29 | 95 | 0.2 | 0.64 |
| Hex | A0 | B5 | 91 | C | 0 | 14 | 1D | 5F | 14 | 40 |
| Octal | 240 | 265 | 221 | 14 | 0 | 24 | 35 | 137 | 24 | 100 |
| Binary | 10100000 | 10110101 | 10010001 | 1100 | 0 | 10100 | 11101 | 1011111 | 10100 | 1000000 |
Color Harmonies of #A0B591
Complementary color
Monochromatic Colors of #A0B591
Black with #A0B591
Text Example
Text Example
White with #A0B591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B591; }
p { color: rgb(160,181,145); }
H1.HeaderClassName
{
color: #A0B591;
}
.AnyTagClassName
{
color: #A0B591;
}
</style>
background-color css
<style>
a { background-color: #A0B591; }
a { background-color: rgb(160,181,145); }
div.DivClassName
{
background-color: #A0B591;
}
.BgClassName
{
background-color: #A0B591;
}
</style>
border-color css
<style>
span { border-color: #A0B591; }
span { border-color: rgb(160,181,145); }
td.TdClassName
{
border-color: #A0B591;
}
.TagClassName
{
border-color: #A0B591;
}
</style>