Shades of Norway #A1B681
Tints of Norway #A1B681
RGB
CMYK
RGB Variations
Color information
#A1B681 (or 0xA1B681) is known color: Norway. HEX triplet: A1, B6 and 81. RGB value is (161,182,129). Sum of RGB (Red+Green+Blue) = 161+182+129=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 182 (71.48% from 255 or 38.56% from 472); Blue value is 129 (50.78% from 255 or 27.33% from 472); Max value from RGB is 182 - color contains mainly: green. Hex color #A1B681 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B681 is #5E497E. Grayscale: #A9A9A9. Windows color (decimal): -6179199 or 8500897. OLE color: 8500897.
HSL color Cylindrical-coordinate representation of color #A1B681: hue angle of 83.77º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1B681 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 182 | 129 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.29 |
| HSL | 83.77º | 0.27% | 0.61% | - |
| HSV(B) | 83.77º | 0.29% | 0.71% | - |
| XYZ | 35.39 | 42.62 | 27.13 | - |
| YUV | 169.68 | 105.04 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 182 | 129 | 0.12 | 0 | 0.29 | 0.29 | 83.77 | 0.27 | 0.61 |
| Hex | A1 | B6 | 81 | C | 0 | 1D | 1D | 54 | 1B | 3D |
| Octal | 241 | 266 | 201 | 14 | 0 | 35 | 35 | 124 | 33 | 75 |
| Binary | 10100001 | 10110110 | 10000001 | 1100 | 0 | 11101 | 11101 | 1010100 | 11011 | 111101 |
Color Harmonies of #A1B681
Complementary color
Monochromatic Colors of #A1B681
Black with #A1B681
Text Example
Text Example
White with #A1B681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B681; }
p { color: rgb(161,182,129); }
H1.HeaderClassName
{
color: #A1B681;
}
.AnyTagClassName
{
color: #A1B681;
}
</style>
background-color css
<style>
a { background-color: #A1B681; }
a { background-color: rgb(161,182,129); }
div.DivClassName
{
background-color: #A1B681;
}
.BgClassName
{
background-color: #A1B681;
}
</style>
border-color css
<style>
span { border-color: #A1B681; }
span { border-color: rgb(161,182,129); }
td.TdClassName
{
border-color: #A1B681;
}
.TagClassName
{
border-color: #A1B681;
}
</style>