Shades of Norway #A1BC82
Tints of Norway #A1BC82
RGB
CMYK
RGB Variations
Color information
#A1BC82 (or 0xA1BC82) is known color: Norway. HEX triplet: A1, BC and 82. RGB value is (161,188,130). Sum of RGB (Red+Green+Blue) = 161+188+130=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 130 (51.17% from 255 or 27.14% from 479); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BC82 is #5E437D. Grayscale: #ADADAD. Windows color (decimal): -6177662 or 8567969. OLE color: 8567969.
HSL color Cylindrical-coordinate representation of color #A1BC82: hue angle of 87.93º degrees, saturation: 0.3, 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 #A1BC82 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 188 | 130 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.26 |
| HSL | 87.93º | 0.3% | 0.62% | - |
| HSV(B) | 87.93º | 0.31% | 0.74% | - |
| XYZ | 36.71 | 45.16 | 27.9 | - |
| YUV | 173.32 | 103.55 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 130 | 0.14 | 0 | 0.31 | 0.26 | 87.93 | 0.3 | 0.62 |
| Hex | A1 | BC | 82 | E | 0 | 1F | 1A | 58 | 1E | 3E |
| Octal | 241 | 274 | 202 | 16 | 0 | 37 | 32 | 130 | 36 | 76 |
| Binary | 10100001 | 10111100 | 10000010 | 1110 | 0 | 11111 | 11010 | 1011000 | 11110 | 111110 |
Color Harmonies of #A1BC82
Complementary color
Monochromatic Colors of #A1BC82
Black with #A1BC82
Text Example
Text Example
White with #A1BC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BC82; }
p { color: rgb(161,188,130); }
H1.HeaderClassName
{
color: #A1BC82;
}
.AnyTagClassName
{
color: #A1BC82;
}
</style>
background-color css
<style>
a { background-color: #A1BC82; }
a { background-color: rgb(161,188,130); }
div.DivClassName
{
background-color: #A1BC82;
}
.BgClassName
{
background-color: #A1BC82;
}
</style>
border-color css
<style>
span { border-color: #A1BC82; }
span { border-color: rgb(161,188,130); }
td.TdClassName
{
border-color: #A1BC82;
}
.TagClassName
{
border-color: #A1BC82;
}
</style>