Shades of Norway #A0BC8C
Tints of Norway #A0BC8C
RGB
CMYK
RGB Variations
Color information
#A0BC8C (or 0xA0BC8C) is known color: Norway. HEX triplet: A0, BC and 8C. RGB value is (160,188,140). Sum of RGB (Red+Green+Blue) = 160+188+140=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BC8C is #5F4373. Grayscale: #AEAEAE. Windows color (decimal): -6243188 or 9223328. OLE color: 9223328.
HSL color Cylindrical-coordinate representation of color #A0BC8C: hue angle of 95º 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 #A0BC8C is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 188 | 140 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.26 |
| HSL | 95º | 0.26% | 0.64% | - |
| HSV(B) | 95º | 0.26% | 0.74% | - |
| XYZ | 37.21 | 45.33 | 31.6 | - |
| YUV | 174.16 | 108.72 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 140 | 0.15 | 0 | 0.26 | 0.26 | 95 | 0.26 | 0.64 |
| Hex | A0 | BC | 8C | F | 0 | 1A | 1A | 5F | 1A | 40 |
| Octal | 240 | 274 | 214 | 17 | 0 | 32 | 32 | 137 | 32 | 100 |
| Binary | 10100000 | 10111100 | 10001100 | 1111 | 0 | 11010 | 11010 | 1011111 | 11010 | 1000000 |
Color Harmonies of #A0BC8C
Complementary color
Monochromatic Colors of #A0BC8C
Black with #A0BC8C
Text Example
Text Example
White with #A0BC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BC8C; }
p { color: rgb(160,188,140); }
H1.HeaderClassName
{
color: #A0BC8C;
}
.AnyTagClassName
{
color: #A0BC8C;
}
</style>
background-color css
<style>
a { background-color: #A0BC8C; }
a { background-color: rgb(160,188,140); }
div.DivClassName
{
background-color: #A0BC8C;
}
.BgClassName
{
background-color: #A0BC8C;
}
</style>
border-color css
<style>
span { border-color: #A0BC8C; }
span { border-color: rgb(160,188,140); }
td.TdClassName
{
border-color: #A0BC8C;
}
.TagClassName
{
border-color: #A0BC8C;
}
</style>