Shades of Norway #A6C289
Tints of Norway #A6C289
RGB
CMYK
RGB Variations
Color information
#A6C289 (or 0xA6C289) is known color: Norway. HEX triplet: A6, C2 and 89. RGB value is (166,194,137). Sum of RGB (Red+Green+Blue) = 166+194+137=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 137 (53.91% from 255 or 27.57% from 497); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C289 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C289 is #593D76. Grayscale: #B3B3B3. Windows color (decimal): -5848439 or 9028262. OLE color: 9028262.
HSL color Cylindrical-coordinate representation of color #A6C289: hue angle of 89.47º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6C289 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 194 | 137 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.24 |
| HSL | 89.47º | 0.32% | 0.65% | - |
| HSV(B) | 89.47º | 0.29% | 0.76% | - |
| XYZ | 39.53 | 48.5 | 30.94 | - |
| YUV | 179.13 | 104.22 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 194 | 137 | 0.14 | 0 | 0.29 | 0.24 | 89.47 | 0.32 | 0.65 |
| Hex | A6 | C2 | 89 | E | 0 | 1D | 18 | 59 | 20 | 41 |
| Octal | 246 | 302 | 211 | 16 | 0 | 35 | 30 | 131 | 40 | 101 |
| Binary | 10100110 | 11000010 | 10001001 | 1110 | 0 | 11101 | 11000 | 1011001 | 100000 | 1000001 |
Color Harmonies of #A6C289
Complementary color
Monochromatic Colors of #A6C289
Black with #A6C289
Text Example
Text Example
White with #A6C289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C289; }
p { color: rgb(166,194,137); }
H1.HeaderClassName
{
color: #A6C289;
}
.AnyTagClassName
{
color: #A6C289;
}
</style>
background-color css
<style>
a { background-color: #A6C289; }
a { background-color: rgb(166,194,137); }
div.DivClassName
{
background-color: #A6C289;
}
.BgClassName
{
background-color: #A6C289;
}
</style>
border-color css
<style>
span { border-color: #A6C289; }
span { border-color: rgb(166,194,137); }
td.TdClassName
{
border-color: #A6C289;
}
.TagClassName
{
border-color: #A6C289;
}
</style>