Shades of Norway #A6BF93
Tints of Norway #A6BF93
RGB
CMYK
RGB Variations
Color information
#A6BF93 (or 0xA6BF93) is known color: Norway. HEX triplet: A6, BF and 93. RGB value is (166,191,147). Sum of RGB (Red+Green+Blue) = 166+191+147=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BF93 is #59406C. Grayscale: #B2B2B2. Windows color (decimal): -5849197 or 9682854. OLE color: 9682854.
HSL color Cylindrical-coordinate representation of color #A6BF93: hue angle of 94.09º 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 #A6BF93 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 191 | 147 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.25 |
| HSL | 94.09º | 0.26% | 0.66% | - |
| HSV(B) | 94.09º | 0.23% | 0.75% | - |
| XYZ | 39.62 | 47.48 | 34.68 | - |
| YUV | 178.51 | 110.22 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 191 | 147 | 0.13 | 0 | 0.23 | 0.25 | 94.09 | 0.26 | 0.66 |
| Hex | A6 | BF | 93 | D | 0 | 17 | 19 | 5E | 1A | 42 |
| Octal | 246 | 277 | 223 | 15 | 0 | 27 | 31 | 136 | 32 | 102 |
| Binary | 10100110 | 10111111 | 10010011 | 1101 | 0 | 10111 | 11001 | 1011110 | 11010 | 1000010 |
Color Harmonies of #A6BF93
Complementary color
Monochromatic Colors of #A6BF93
Black with #A6BF93
Text Example
Text Example
White with #A6BF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BF93; }
p { color: rgb(166,191,147); }
H1.HeaderClassName
{
color: #A6BF93;
}
.AnyTagClassName
{
color: #A6BF93;
}
</style>
background-color css
<style>
a { background-color: #A6BF93; }
a { background-color: rgb(166,191,147); }
div.DivClassName
{
background-color: #A6BF93;
}
.BgClassName
{
background-color: #A6BF93;
}
</style>
border-color css
<style>
span { border-color: #A6BF93; }
span { border-color: rgb(166,191,147); }
td.TdClassName
{
border-color: #A6BF93;
}
.TagClassName
{
border-color: #A6BF93;
}
</style>