Shades of Norway #A6BB8C
Tints of Norway #A6BB8C
RGB
CMYK
RGB Variations
Color information
#A6BB8C (or 0xA6BB8C) is known color: Norway. HEX triplet: A6, BB and 8C. RGB value is (166,187,140). Sum of RGB (Red+Green+Blue) = 166+187+140=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 187 - color contains mainly: green. Hex color #A6BB8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BB8C is #594473. Grayscale: #AFAFAF. Windows color (decimal): -5850228 or 9223078. OLE color: 9223078.
HSL color Cylindrical-coordinate representation of color #A6BB8C: hue angle of 86.81º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6BB8C is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 187 | 140 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.27 |
| HSL | 86.81º | 0.26% | 0.64% | - |
| HSV(B) | 86.81º | 0.25% | 0.73% | - |
| XYZ | 38.23 | 45.54 | 31.59 | - |
| YUV | 175.36 | 108.04 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 187 | 140 | 0.11 | 0 | 0.25 | 0.27 | 86.81 | 0.26 | 0.64 |
| Hex | A6 | BB | 8C | B | 0 | 19 | 1B | 57 | 1A | 40 |
| Octal | 246 | 273 | 214 | 13 | 0 | 31 | 33 | 127 | 32 | 100 |
| Binary | 10100110 | 10111011 | 10001100 | 1011 | 0 | 11001 | 11011 | 1010111 | 11010 | 1000000 |
Color Harmonies of #A6BB8C
Complementary color
Monochromatic Colors of #A6BB8C
Black with #A6BB8C
Text Example
Text Example
White with #A6BB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BB8C; }
p { color: rgb(166,187,140); }
H1.HeaderClassName
{
color: #A6BB8C;
}
.AnyTagClassName
{
color: #A6BB8C;
}
</style>
background-color css
<style>
a { background-color: #A6BB8C; }
a { background-color: rgb(166,187,140); }
div.DivClassName
{
background-color: #A6BB8C;
}
.BgClassName
{
background-color: #A6BB8C;
}
</style>
border-color css
<style>
span { border-color: #A6BB8C; }
span { border-color: rgb(166,187,140); }
td.TdClassName
{
border-color: #A6BB8C;
}
.TagClassName
{
border-color: #A6BB8C;
}
</style>