Shades of Norway #A6BC8B
Tints of Norway #A6BC8B
RGB
CMYK
RGB Variations
Color information
#A6BC8B (or 0xA6BC8B) is known color: Norway. HEX triplet: A6, BC and 8B. RGB value is (166,188,139). Sum of RGB (Red+Green+Blue) = 166+188+139=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BC8B is #594374. Grayscale: #B0B0B0. Windows color (decimal): -5849973 or 9157798. OLE color: 9157798.
HSL color Cylindrical-coordinate representation of color #A6BC8B: hue angle of 86.94º degrees, saturation: 0.27, 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 #A6BC8B is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 188 | 139 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.26 |
| HSL | 86.94º | 0.27% | 0.64% | - |
| HSV(B) | 86.94º | 0.26% | 0.74% | - |
| XYZ | 38.37 | 45.94 | 31.27 | - |
| YUV | 175.84 | 107.21 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 188 | 139 | 0.12 | 0 | 0.26 | 0.26 | 86.94 | 0.27 | 0.64 |
| Hex | A6 | BC | 8B | C | 0 | 1A | 1A | 57 | 1B | 40 |
| Octal | 246 | 274 | 213 | 14 | 0 | 32 | 32 | 127 | 33 | 100 |
| Binary | 10100110 | 10111100 | 10001011 | 1100 | 0 | 11010 | 11010 | 1010111 | 11011 | 1000000 |
Color Harmonies of #A6BC8B
Complementary color
Monochromatic Colors of #A6BC8B
Black with #A6BC8B
Text Example
Text Example
White with #A6BC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BC8B; }
p { color: rgb(166,188,139); }
H1.HeaderClassName
{
color: #A6BC8B;
}
.AnyTagClassName
{
color: #A6BC8B;
}
</style>
background-color css
<style>
a { background-color: #A6BC8B; }
a { background-color: rgb(166,188,139); }
div.DivClassName
{
background-color: #A6BC8B;
}
.BgClassName
{
background-color: #A6BC8B;
}
</style>
border-color css
<style>
span { border-color: #A6BC8B; }
span { border-color: rgb(166,188,139); }
td.TdClassName
{
border-color: #A6BC8B;
}
.TagClassName
{
border-color: #A6BC8B;
}
</style>