Shades of Norway #A0BD81
Tints of Norway #A0BD81
RGB
CMYK
RGB Variations
Color information
#A0BD81 (or 0xA0BD81) is known color: Norway. HEX triplet: A0, BD and 81. RGB value is (160,189,129). Sum of RGB (Red+Green+Blue) = 160+189+129=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BD81 is #5F427E. Grayscale: #ADADAD. Windows color (decimal): -6242943 or 8502688. OLE color: 8502688.
HSL color Cylindrical-coordinate representation of color #A0BD81: hue angle of 89º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0BD81 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 189 | 129 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.26 |
| HSL | 89º | 0.31% | 0.62% | - |
| HSV(B) | 89º | 0.32% | 0.74% | - |
| XYZ | 36.66 | 45.45 | 27.61 | - |
| YUV | 173.49 | 102.89 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 189 | 129 | 0.15 | 0 | 0.32 | 0.26 | 89 | 0.31 | 0.62 |
| Hex | A0 | BD | 81 | F | 0 | 20 | 1A | 59 | 1F | 3E |
| Octal | 240 | 275 | 201 | 17 | 0 | 40 | 32 | 131 | 37 | 76 |
| Binary | 10100000 | 10111101 | 10000001 | 1111 | 0 | 100000 | 11010 | 1011001 | 11111 | 111110 |
Color Harmonies of #A0BD81
Complementary color
Monochromatic Colors of #A0BD81
Black with #A0BD81
Text Example
Text Example
White with #A0BD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BD81; }
p { color: rgb(160,189,129); }
H1.HeaderClassName
{
color: #A0BD81;
}
.AnyTagClassName
{
color: #A0BD81;
}
</style>
background-color css
<style>
a { background-color: #A0BD81; }
a { background-color: rgb(160,189,129); }
div.DivClassName
{
background-color: #A0BD81;
}
.BgClassName
{
background-color: #A0BD81;
}
</style>
border-color css
<style>
span { border-color: #A0BD81; }
span { border-color: rgb(160,189,129); }
td.TdClassName
{
border-color: #A0BD81;
}
.TagClassName
{
border-color: #A0BD81;
}
</style>