Shades of Norway #A1B682
Tints of Norway #A1B682
RGB
CMYK
RGB Variations
Color information
#A1B682 (or 0xA1B682) is known color: Norway. HEX triplet: A1, B6 and 82. RGB value is (161,182,130). Sum of RGB (Red+Green+Blue) = 161+182+130=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 182 (71.48% from 255 or 38.48% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 182 - color contains mainly: green. Hex color #A1B682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B682 is #5E497D. Grayscale: #A9A9A9. Windows color (decimal): -6179198 or 8566433. OLE color: 8566433.
HSL color Cylindrical-coordinate representation of color #A1B682: hue angle of 84.23º degrees, saturation: 0.26, 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 #A1B682 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 182 | 130 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.29 |
| HSL | 84.23º | 0.26% | 0.61% | - |
| HSV(B) | 84.23º | 0.29% | 0.71% | - |
| XYZ | 35.46 | 42.64 | 27.48 | - |
| YUV | 169.79 | 105.54 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 182 | 130 | 0.12 | 0 | 0.29 | 0.29 | 84.23 | 0.26 | 0.61 |
| Hex | A1 | B6 | 82 | C | 0 | 1D | 1D | 54 | 1A | 3D |
| Octal | 241 | 266 | 202 | 14 | 0 | 35 | 35 | 124 | 32 | 75 |
| Binary | 10100001 | 10110110 | 10000010 | 1100 | 0 | 11101 | 11101 | 1010100 | 11010 | 111101 |
Color Harmonies of #A1B682
Complementary color
Monochromatic Colors of #A1B682
Black with #A1B682
Text Example
Text Example
White with #A1B682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B682; }
p { color: rgb(161,182,130); }
H1.HeaderClassName
{
color: #A1B682;
}
.AnyTagClassName
{
color: #A1B682;
}
</style>
background-color css
<style>
a { background-color: #A1B682; }
a { background-color: rgb(161,182,130); }
div.DivClassName
{
background-color: #A1B682;
}
.BgClassName
{
background-color: #A1B682;
}
</style>
border-color css
<style>
span { border-color: #A1B682; }
span { border-color: rgb(161,182,130); }
td.TdClassName
{
border-color: #A1B682;
}
.TagClassName
{
border-color: #A1B682;
}
</style>