Shades of Norway #A6BE93
Tints of Norway #A6BE93
RGB
CMYK
RGB Variations
Color information
#A6BE93 (or 0xA6BE93) is known color: Norway. HEX triplet: A6, BE and 93. RGB value is (166,190,147). Sum of RGB (Red+Green+Blue) = 166+190+147=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BE93 is #59416C. Grayscale: #B2B2B2. Windows color (decimal): -5849453 or 9682598. OLE color: 9682598.
HSL color Cylindrical-coordinate representation of color #A6BE93: hue angle of 93.49º degrees, saturation: 0.25, 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 #A6BE93 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 190 | 147 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.25 |
| HSL | 93.49º | 0.25% | 0.66% | - |
| HSV(B) | 93.49º | 0.23% | 0.75% | - |
| XYZ | 39.41 | 47.04 | 34.61 | - |
| YUV | 177.92 | 110.55 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 190 | 147 | 0.13 | 0 | 0.23 | 0.25 | 93.49 | 0.25 | 0.66 |
| Hex | A6 | BE | 93 | D | 0 | 17 | 19 | 5D | 19 | 42 |
| Octal | 246 | 276 | 223 | 15 | 0 | 27 | 31 | 135 | 31 | 102 |
| Binary | 10100110 | 10111110 | 10010011 | 1101 | 0 | 10111 | 11001 | 1011101 | 11001 | 1000010 |
Color Harmonies of #A6BE93
Complementary color
Monochromatic Colors of #A6BE93
Black with #A6BE93
Text Example
Text Example
White with #A6BE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BE93; }
p { color: rgb(166,190,147); }
H1.HeaderClassName
{
color: #A6BE93;
}
.AnyTagClassName
{
color: #A6BE93;
}
</style>
background-color css
<style>
a { background-color: #A6BE93; }
a { background-color: rgb(166,190,147); }
div.DivClassName
{
background-color: #A6BE93;
}
.BgClassName
{
background-color: #A6BE93;
}
</style>
border-color css
<style>
span { border-color: #A6BE93; }
span { border-color: rgb(166,190,147); }
td.TdClassName
{
border-color: #A6BE93;
}
.TagClassName
{
border-color: #A6BE93;
}
</style>