Shades of Norway #A6C285
Tints of Norway #A6C285
RGB
CMYK
RGB Variations
Color information
#A6C285 (or 0xA6C285) is known color: Norway. HEX triplet: A6, C2 and 85. RGB value is (166,194,133). Sum of RGB (Red+Green+Blue) = 166+194+133=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C285 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C285 is #593D7A. Grayscale: #B2B2B2. Windows color (decimal): -5848443 or 8766118. OLE color: 8766118.
HSL color Cylindrical-coordinate representation of color #A6C285: hue angle of 87.54º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6C285 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 194 | 133 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.24 |
| HSL | 87.54º | 0.33% | 0.64% | - |
| HSV(B) | 87.54º | 0.31% | 0.76% | - |
| XYZ | 39.25 | 48.38 | 29.46 | - |
| YUV | 178.67 | 102.22 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 194 | 133 | 0.14 | 0 | 0.31 | 0.24 | 87.54 | 0.33 | 0.64 |
| Hex | A6 | C2 | 85 | E | 0 | 1F | 18 | 58 | 21 | 40 |
| Octal | 246 | 302 | 205 | 16 | 0 | 37 | 30 | 130 | 41 | 100 |
| Binary | 10100110 | 11000010 | 10000101 | 1110 | 0 | 11111 | 11000 | 1011000 | 100001 | 1000000 |
Color Harmonies of #A6C285
Complementary color
Monochromatic Colors of #A6C285
Black with #A6C285
Text Example
Text Example
White with #A6C285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C285; }
p { color: rgb(166,194,133); }
H1.HeaderClassName
{
color: #A6C285;
}
.AnyTagClassName
{
color: #A6C285;
}
</style>
background-color css
<style>
a { background-color: #A6C285; }
a { background-color: rgb(166,194,133); }
div.DivClassName
{
background-color: #A6C285;
}
.BgClassName
{
background-color: #A6C285;
}
</style>
border-color css
<style>
span { border-color: #A6C285; }
span { border-color: rgb(166,194,133); }
td.TdClassName
{
border-color: #A6C285;
}
.TagClassName
{
border-color: #A6C285;
}
</style>