Shades of Norway #A1BC8C
Tints of Norway #A1BC8C
RGB
CMYK
RGB Variations
Color information
#A1BC8C (or 0xA1BC8C) is known color: Norway. HEX triplet: A1, BC and 8C. RGB value is (161,188,140). Sum of RGB (Red+Green+Blue) = 161+188+140=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BC8C is #5E4373. Grayscale: #AEAEAE. Windows color (decimal): -6177652 or 9223329. OLE color: 9223329.
HSL color Cylindrical-coordinate representation of color #A1BC8C: hue angle of 93.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1BC8C is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 188 | 140 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.26 |
| HSL | 93.75º | 0.26% | 0.64% | - |
| HSV(B) | 93.75º | 0.26% | 0.74% | - |
| XYZ | 37.41 | 45.44 | 31.61 | - |
| YUV | 174.46 | 108.55 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 140 | 0.14 | 0 | 0.26 | 0.26 | 93.75 | 0.26 | 0.64 |
| Hex | A1 | BC | 8C | E | 0 | 1A | 1A | 5E | 1A | 40 |
| Octal | 241 | 274 | 214 | 16 | 0 | 32 | 32 | 136 | 32 | 100 |
| Binary | 10100001 | 10111100 | 10001100 | 1110 | 0 | 11010 | 11010 | 1011110 | 11010 | 1000000 |
Color Harmonies of #A1BC8C
Complementary color
Monochromatic Colors of #A1BC8C
Black with #A1BC8C
Text Example
Text Example
White with #A1BC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BC8C; }
p { color: rgb(161,188,140); }
H1.HeaderClassName
{
color: #A1BC8C;
}
.AnyTagClassName
{
color: #A1BC8C;
}
</style>
background-color css
<style>
a { background-color: #A1BC8C; }
a { background-color: rgb(161,188,140); }
div.DivClassName
{
background-color: #A1BC8C;
}
.BgClassName
{
background-color: #A1BC8C;
}
</style>
border-color css
<style>
span { border-color: #A1BC8C; }
span { border-color: rgb(161,188,140); }
td.TdClassName
{
border-color: #A1BC8C;
}
.TagClassName
{
border-color: #A1BC8C;
}
</style>