Shades of Norway #A6BC93
Tints of Norway #A6BC93
RGB
CMYK
RGB Variations
Color information
#A6BC93 (or 0xA6BC93) is known color: Norway. HEX triplet: A6, BC and 93. RGB value is (166,188,147). Sum of RGB (Red+Green+Blue) = 166+188+147=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BC93 is #59436C. Grayscale: #B0B0B0. Windows color (decimal): -5849965 or 9682086. OLE color: 9682086.
HSL color Cylindrical-coordinate representation of color #A6BC93: hue angle of 92.2º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6BC93 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 188 | 147 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.26 |
| HSL | 92.2º | 0.23% | 0.66% | - |
| HSV(B) | 92.2º | 0.22% | 0.74% | - |
| XYZ | 38.98 | 46.18 | 34.46 | - |
| YUV | 176.75 | 111.21 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 188 | 147 | 0.12 | 0 | 0.22 | 0.26 | 92.2 | 0.23 | 0.66 |
| Hex | A6 | BC | 93 | C | 0 | 16 | 1A | 5C | 17 | 42 |
| Octal | 246 | 274 | 223 | 14 | 0 | 26 | 32 | 134 | 27 | 102 |
| Binary | 10100110 | 10111100 | 10010011 | 1100 | 0 | 10110 | 11010 | 1011100 | 10111 | 1000010 |
Color Harmonies of #A6BC93
Complementary color
Monochromatic Colors of #A6BC93
Black with #A6BC93
Text Example
Text Example
White with #A6BC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BC93; }
p { color: rgb(166,188,147); }
H1.HeaderClassName
{
color: #A6BC93;
}
.AnyTagClassName
{
color: #A6BC93;
}
</style>
background-color css
<style>
a { background-color: #A6BC93; }
a { background-color: rgb(166,188,147); }
div.DivClassName
{
background-color: #A6BC93;
}
.BgClassName
{
background-color: #A6BC93;
}
</style>
border-color css
<style>
span { border-color: #A6BC93; }
span { border-color: rgb(166,188,147); }
td.TdClassName
{
border-color: #A6BC93;
}
.TagClassName
{
border-color: #A6BC93;
}
</style>