Shades of Norway #A0B883
Tints of Norway #A0B883
RGB
CMYK
RGB Variations
Color information
#A0B883 (or 0xA0B883) is known color: Norway. HEX triplet: A0, B8 and 83. RGB value is (160,184,131). Sum of RGB (Red+Green+Blue) = 160+184+131=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 131 (51.56% from 255 or 27.58% from 475); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B883 is #5F477C. Grayscale: #AAAAAA. Windows color (decimal): -6244221 or 8632480. OLE color: 8632480.
HSL color Cylindrical-coordinate representation of color #A0B883: hue angle of 87.17º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0B883 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 184 | 131 | - |
| CMYK | 0.13 | 0 | 0.29 | 0.28 |
| HSL | 87.17º | 0.27% | 0.62% | - |
| HSV(B) | 87.17º | 0.29% | 0.72% | - |
| XYZ | 35.73 | 43.39 | 27.97 | - |
| YUV | 170.78 | 105.55 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 184 | 131 | 0.13 | 0 | 0.29 | 0.28 | 87.17 | 0.27 | 0.62 |
| Hex | A0 | B8 | 83 | D | 0 | 1D | 1C | 57 | 1B | 3E |
| Octal | 240 | 270 | 203 | 15 | 0 | 35 | 34 | 127 | 33 | 76 |
| Binary | 10100000 | 10111000 | 10000011 | 1101 | 0 | 11101 | 11100 | 1010111 | 11011 | 111110 |
Color Harmonies of #A0B883
Complementary color
Monochromatic Colors of #A0B883
Black with #A0B883
Text Example
Text Example
White with #A0B883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B883; }
p { color: rgb(160,184,131); }
H1.HeaderClassName
{
color: #A0B883;
}
.AnyTagClassName
{
color: #A0B883;
}
</style>
background-color css
<style>
a { background-color: #A0B883; }
a { background-color: rgb(160,184,131); }
div.DivClassName
{
background-color: #A0B883;
}
.BgClassName
{
background-color: #A0B883;
}
</style>
border-color css
<style>
span { border-color: #A0B883; }
span { border-color: rgb(160,184,131); }
td.TdClassName
{
border-color: #A0B883;
}
.TagClassName
{
border-color: #A0B883;
}
</style>