Shades of Norway #A0BC81
Tints of Norway #A0BC81
RGB
CMYK
RGB Variations
Color information
#A0BC81 (or 0xA0BC81) is known color: Norway. HEX triplet: A0, BC and 81. RGB value is (160,188,129). Sum of RGB (Red+Green+Blue) = 160+188+129=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BC81 is #5F437E. Grayscale: #ADADAD. Windows color (decimal): -6243199 or 8502432. OLE color: 8502432.
HSL color Cylindrical-coordinate representation of color #A0BC81: hue angle of 88.47º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0BC81 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 188 | 129 | - |
| CMYK | 0.15 | 0 | 0.31 | 0.26 |
| HSL | 88.47º | 0.31% | 0.62% | - |
| HSV(B) | 88.47º | 0.31% | 0.74% | - |
| XYZ | 36.44 | 45.03 | 27.54 | - |
| YUV | 172.9 | 103.22 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 129 | 0.15 | 0 | 0.31 | 0.26 | 88.47 | 0.31 | 0.62 |
| Hex | A0 | BC | 81 | F | 0 | 1F | 1A | 58 | 1F | 3E |
| Octal | 240 | 274 | 201 | 17 | 0 | 37 | 32 | 130 | 37 | 76 |
| Binary | 10100000 | 10111100 | 10000001 | 1111 | 0 | 11111 | 11010 | 1011000 | 11111 | 111110 |
Color Harmonies of #A0BC81
Complementary color
Monochromatic Colors of #A0BC81
Black with #A0BC81
Text Example
Text Example
White with #A0BC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BC81; }
p { color: rgb(160,188,129); }
H1.HeaderClassName
{
color: #A0BC81;
}
.AnyTagClassName
{
color: #A0BC81;
}
</style>
background-color css
<style>
a { background-color: #A0BC81; }
a { background-color: rgb(160,188,129); }
div.DivClassName
{
background-color: #A0BC81;
}
.BgClassName
{
background-color: #A0BC81;
}
</style>
border-color css
<style>
span { border-color: #A0BC81; }
span { border-color: rgb(160,188,129); }
td.TdClassName
{
border-color: #A0BC81;
}
.TagClassName
{
border-color: #A0BC81;
}
</style>