Shades of Norway #A0BB84
Tints of Norway #A0BB84
RGB
CMYK
RGB Variations
Color information
#A0BB84 (or 0xA0BB84) is known color: Norway. HEX triplet: A0, BB and 84. RGB value is (160,187,132). Sum of RGB (Red+Green+Blue) = 160+187+132=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 132 (51.95% from 255 or 27.56% from 479); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BB84 is #5F447B. Grayscale: #ACACAC. Windows color (decimal): -6243452 or 8698784. OLE color: 8698784.
HSL color Cylindrical-coordinate representation of color #A0BB84: hue angle of 89.45º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0BB84 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 187 | 132 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.27 |
| HSL | 89.45º | 0.29% | 0.63% | - |
| HSV(B) | 89.45º | 0.29% | 0.73% | - |
| XYZ | 36.43 | 44.68 | 28.53 | - |
| YUV | 172.66 | 105.05 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 187 | 132 | 0.14 | 0 | 0.29 | 0.27 | 89.45 | 0.29 | 0.63 |
| Hex | A0 | BB | 84 | E | 0 | 1D | 1B | 59 | 1D | 3F |
| Octal | 240 | 273 | 204 | 16 | 0 | 35 | 33 | 131 | 35 | 77 |
| Binary | 10100000 | 10111011 | 10000100 | 1110 | 0 | 11101 | 11011 | 1011001 | 11101 | 111111 |
Color Harmonies of #A0BB84
Complementary color
Monochromatic Colors of #A0BB84
Black with #A0BB84
Text Example
Text Example
White with #A0BB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BB84; }
p { color: rgb(160,187,132); }
H1.HeaderClassName
{
color: #A0BB84;
}
.AnyTagClassName
{
color: #A0BB84;
}
</style>
background-color css
<style>
a { background-color: #A0BB84; }
a { background-color: rgb(160,187,132); }
div.DivClassName
{
background-color: #A0BB84;
}
.BgClassName
{
background-color: #A0BB84;
}
</style>
border-color css
<style>
span { border-color: #A0BB84; }
span { border-color: rgb(160,187,132); }
td.TdClassName
{
border-color: #A0BB84;
}
.TagClassName
{
border-color: #A0BB84;
}
</style>