Shades of Norway #A6C093
Tints of Norway #A6C093
RGB
CMYK
RGB Variations
Color information
#A6C093 (or 0xA6C093) is known color: Norway. HEX triplet: A6, C0 and 93. RGB value is (166,192,147). Sum of RGB (Red+Green+Blue) = 166+192+147=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C093 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C093 is #593F6C. Grayscale: #B3B3B3. Windows color (decimal): -5848941 or 9683110. OLE color: 9683110.
HSL color Cylindrical-coordinate representation of color #A6C093: hue angle of 94.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6C093 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 192 | 147 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.25 |
| HSL | 94.67º | 0.26% | 0.66% | - |
| HSV(B) | 94.67º | 0.23% | 0.75% | - |
| XYZ | 39.84 | 47.91 | 34.75 | - |
| YUV | 179.1 | 109.89 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 192 | 147 | 0.14 | 0 | 0.23 | 0.25 | 94.67 | 0.26 | 0.66 |
| Hex | A6 | C0 | 93 | E | 0 | 17 | 19 | 5F | 1A | 42 |
| Octal | 246 | 300 | 223 | 16 | 0 | 27 | 31 | 137 | 32 | 102 |
| Binary | 10100110 | 11000000 | 10010011 | 1110 | 0 | 10111 | 11001 | 1011111 | 11010 | 1000010 |
Color Harmonies of #A6C093
Complementary color
Monochromatic Colors of #A6C093
Black with #A6C093
Text Example
Text Example
White with #A6C093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C093; }
p { color: rgb(166,192,147); }
H1.HeaderClassName
{
color: #A6C093;
}
.AnyTagClassName
{
color: #A6C093;
}
</style>
background-color css
<style>
a { background-color: #A6C093; }
a { background-color: rgb(166,192,147); }
div.DivClassName
{
background-color: #A6C093;
}
.BgClassName
{
background-color: #A6C093;
}
</style>
border-color css
<style>
span { border-color: #A6C093; }
span { border-color: rgb(166,192,147); }
td.TdClassName
{
border-color: #A6C093;
}
.TagClassName
{
border-color: #A6C093;
}
</style>