Shades of Norway #A1BC81
Tints of Norway #A1BC81
RGB
CMYK
RGB Variations
Color information
#A1BC81 (or 0xA1BC81) is known color: Norway. HEX triplet: A1, BC and 81. RGB value is (161,188,129). Sum of RGB (Red+Green+Blue) = 161+188+129=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BC81 is #5E437E. Grayscale: #ADADAD. Windows color (decimal): -6177663 or 8502433. OLE color: 8502433.
HSL color Cylindrical-coordinate representation of color #A1BC81: hue angle of 87.46º degrees, saturation: 0.31, 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 #A1BC81 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 188 | 129 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.26 |
| HSL | 87.46º | 0.31% | 0.62% | - |
| HSV(B) | 87.46º | 0.31% | 0.74% | - |
| XYZ | 36.64 | 45.13 | 27.55 | - |
| YUV | 173.2 | 103.05 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 129 | 0.14 | 0 | 0.31 | 0.26 | 87.46 | 0.31 | 0.62 |
| Hex | A1 | BC | 81 | E | 0 | 1F | 1A | 57 | 1F | 3E |
| Octal | 241 | 274 | 201 | 16 | 0 | 37 | 32 | 127 | 37 | 76 |
| Binary | 10100001 | 10111100 | 10000001 | 1110 | 0 | 11111 | 11010 | 1010111 | 11111 | 111110 |
Color Harmonies of #A1BC81
Complementary color
Monochromatic Colors of #A1BC81
Black with #A1BC81
Text Example
Text Example
White with #A1BC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BC81; }
p { color: rgb(161,188,129); }
H1.HeaderClassName
{
color: #A1BC81;
}
.AnyTagClassName
{
color: #A1BC81;
}
</style>
background-color css
<style>
a { background-color: #A1BC81; }
a { background-color: rgb(161,188,129); }
div.DivClassName
{
background-color: #A1BC81;
}
.BgClassName
{
background-color: #A1BC81;
}
</style>
border-color css
<style>
span { border-color: #A1BC81; }
span { border-color: rgb(161,188,129); }
td.TdClassName
{
border-color: #A1BC81;
}
.TagClassName
{
border-color: #A1BC81;
}
</style>