Shades of Norway #A6C389
Tints of Norway #A6C389
RGB
CMYK
RGB Variations
Color information
#A6C389 (or 0xA6C389) is known color: Norway. HEX triplet: A6, C3 and 89. RGB value is (166,195,137). Sum of RGB (Red+Green+Blue) = 166+195+137=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 137 (53.91% from 255 or 27.51% from 498); Max value from RGB is 195 - color contains mainly: green. Hex color #A6C389 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C389 is #593C76. Grayscale: #B3B3B3. Windows color (decimal): -5848183 or 9028518. OLE color: 9028518.
HSL color Cylindrical-coordinate representation of color #A6C389: hue angle of 90º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6C389 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 195 | 137 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.24 |
| HSL | 90º | 0.33% | 0.65% | - |
| HSV(B) | 90º | 0.3% | 0.76% | - |
| XYZ | 39.76 | 48.94 | 31.02 | - |
| YUV | 179.72 | 103.89 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 195 | 137 | 0.15 | 0 | 0.30 | 0.24 | 90 | 0.33 | 0.65 |
| Hex | A6 | C3 | 89 | F | 0 | 1E | 18 | 5A | 21 | 41 |
| Octal | 246 | 303 | 211 | 17 | 0 | 36 | 30 | 132 | 41 | 101 |
| Binary | 10100110 | 11000011 | 10001001 | 1111 | 0 | 11110 | 11000 | 1011010 | 100001 | 1000001 |
Color Harmonies of #A6C389
Complementary color
Monochromatic Colors of #A6C389
Black with #A6C389
Text Example
Text Example
White with #A6C389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C389; }
p { color: rgb(166,195,137); }
H1.HeaderClassName
{
color: #A6C389;
}
.AnyTagClassName
{
color: #A6C389;
}
</style>
background-color css
<style>
a { background-color: #A6C389; }
a { background-color: rgb(166,195,137); }
div.DivClassName
{
background-color: #A6C389;
}
.BgClassName
{
background-color: #A6C389;
}
</style>
border-color css
<style>
span { border-color: #A6C389; }
span { border-color: rgb(166,195,137); }
td.TdClassName
{
border-color: #A6C389;
}
.TagClassName
{
border-color: #A6C389;
}
</style>