Shades of Norway #A6BD88
Tints of Norway #A6BD88
RGB
CMYK
RGB Variations
Color information
#A6BD88 (or 0xA6BD88) is known color: Norway. HEX triplet: A6, BD and 88. RGB value is (166,189,136). Sum of RGB (Red+Green+Blue) = 166+189+136=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BD88 is #594277. Grayscale: #B0B0B0. Windows color (decimal): -5849720 or 8961446. OLE color: 8961446.
HSL color Cylindrical-coordinate representation of color #A6BD88: hue angle of 86.04º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6BD88 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 189 | 136 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.26 |
| HSL | 86.04º | 0.29% | 0.64% | - |
| HSV(B) | 86.04º | 0.28% | 0.74% | - |
| XYZ | 38.37 | 46.28 | 30.2 | - |
| YUV | 176.08 | 105.38 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 189 | 136 | 0.12 | 0 | 0.28 | 0.26 | 86.04 | 0.29 | 0.64 |
| Hex | A6 | BD | 88 | C | 0 | 1C | 1A | 56 | 1D | 40 |
| Octal | 246 | 275 | 210 | 14 | 0 | 34 | 32 | 126 | 35 | 100 |
| Binary | 10100110 | 10111101 | 10001000 | 1100 | 0 | 11100 | 11010 | 1010110 | 11101 | 1000000 |
Color Harmonies of #A6BD88
Complementary color
Monochromatic Colors of #A6BD88
Black with #A6BD88
Text Example
Text Example
White with #A6BD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BD88; }
p { color: rgb(166,189,136); }
H1.HeaderClassName
{
color: #A6BD88;
}
.AnyTagClassName
{
color: #A6BD88;
}
</style>
background-color css
<style>
a { background-color: #A6BD88; }
a { background-color: rgb(166,189,136); }
div.DivClassName
{
background-color: #A6BD88;
}
.BgClassName
{
background-color: #A6BD88;
}
</style>
border-color css
<style>
span { border-color: #A6BD88; }
span { border-color: rgb(166,189,136); }
td.TdClassName
{
border-color: #A6BD88;
}
.TagClassName
{
border-color: #A6BD88;
}
</style>