Shades of Norway #A1B781
Tints of Norway #A1B781
RGB
CMYK
RGB Variations
Color information
#A1B781 (or 0xA1B781) is known color: Norway. HEX triplet: A1, B7 and 81. RGB value is (161,183,129). Sum of RGB (Red+Green+Blue) = 161+183+129=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B781 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B781 is #5E487E. Grayscale: #AAAAAA. Windows color (decimal): -6178943 or 8501153. OLE color: 8501153.
HSL color Cylindrical-coordinate representation of color #A1B781: hue angle of 84.44º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1B781 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 183 | 129 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.28 |
| HSL | 84.44º | 0.27% | 0.61% | - |
| HSV(B) | 84.44º | 0.3% | 0.72% | - |
| XYZ | 35.59 | 43.03 | 27.2 | - |
| YUV | 170.27 | 104.71 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 183 | 129 | 0.12 | 0 | 0.30 | 0.28 | 84.44 | 0.27 | 0.61 |
| Hex | A1 | B7 | 81 | C | 0 | 1E | 1C | 54 | 1B | 3D |
| Octal | 241 | 267 | 201 | 14 | 0 | 36 | 34 | 124 | 33 | 75 |
| Binary | 10100001 | 10110111 | 10000001 | 1100 | 0 | 11110 | 11100 | 1010100 | 11011 | 111101 |
Color Harmonies of #A1B781
Complementary color
Monochromatic Colors of #A1B781
Black with #A1B781
Text Example
Text Example
White with #A1B781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B781; }
p { color: rgb(161,183,129); }
H1.HeaderClassName
{
color: #A1B781;
}
.AnyTagClassName
{
color: #A1B781;
}
</style>
background-color css
<style>
a { background-color: #A1B781; }
a { background-color: rgb(161,183,129); }
div.DivClassName
{
background-color: #A1B781;
}
.BgClassName
{
background-color: #A1B781;
}
</style>
border-color css
<style>
span { border-color: #A1B781; }
span { border-color: rgb(161,183,129); }
td.TdClassName
{
border-color: #A1B781;
}
.TagClassName
{
border-color: #A1B781;
}
</style>