Shades of Norway #A0B58B
Tints of Norway #A0B58B
RGB
CMYK
RGB Variations
Color information
#A0B58B (or 0xA0B58B) is known color: Norway. HEX triplet: A0, B5 and 8B. RGB value is (160,181,139). Sum of RGB (Red+Green+Blue) = 160+181+139=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 181 (71.09% from 255 or 37.71% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B58B is #5F4A74. Grayscale: #AAAAAA. Windows color (decimal): -6244981 or 9156000. OLE color: 9156000.
HSL color Cylindrical-coordinate representation of color #A0B58B: hue angle of 90º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0B58B is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 181 | 139 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.29 |
| HSL | 90º | 0.22% | 0.63% | - |
| HSV(B) | 90º | 0.23% | 0.71% | - |
| XYZ | 35.68 | 42.39 | 30.73 | - |
| YUV | 169.93 | 110.54 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 181 | 139 | 0.12 | 0 | 0.23 | 0.29 | 90 | 0.22 | 0.63 |
| Hex | A0 | B5 | 8B | C | 0 | 17 | 1D | 5A | 16 | 3F |
| Octal | 240 | 265 | 213 | 14 | 0 | 27 | 35 | 132 | 26 | 77 |
| Binary | 10100000 | 10110101 | 10001011 | 1100 | 0 | 10111 | 11101 | 1011010 | 10110 | 111111 |
Color Harmonies of #A0B58B
Complementary color
Monochromatic Colors of #A0B58B
Black with #A0B58B
Text Example
Text Example
White with #A0B58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B58B; }
p { color: rgb(160,181,139); }
H1.HeaderClassName
{
color: #A0B58B;
}
.AnyTagClassName
{
color: #A0B58B;
}
</style>
background-color css
<style>
a { background-color: #A0B58B; }
a { background-color: rgb(160,181,139); }
div.DivClassName
{
background-color: #A0B58B;
}
.BgClassName
{
background-color: #A0B58B;
}
</style>
border-color css
<style>
span { border-color: #A0B58B; }
span { border-color: rgb(160,181,139); }
td.TdClassName
{
border-color: #A0B58B;
}
.TagClassName
{
border-color: #A0B58B;
}
</style>