Shades of Norway #A6C585
Tints of Norway #A6C585
RGB
CMYK
RGB Variations
Color information
#A6C585 (or 0xA6C585) is known color: Norway. HEX triplet: A6, C5 and 85. RGB value is (166,197,133). Sum of RGB (Red+Green+Blue) = 166+197+133=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C585 is #593A7A. Grayscale: #B4B4B4. Windows color (decimal): -5847675 or 8766886. OLE color: 8766886.
HSL color Cylindrical-coordinate representation of color #A6C585: hue angle of 89.06º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6C585 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 197 | 133 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.23 |
| HSL | 89.06º | 0.36% | 0.65% | - |
| HSV(B) | 89.06º | 0.32% | 0.77% | - |
| XYZ | 39.93 | 49.73 | 29.69 | - |
| YUV | 180.44 | 101.23 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 197 | 133 | 0.16 | 0 | 0.32 | 0.23 | 89.06 | 0.36 | 0.65 |
| Hex | A6 | C5 | 85 | 10 | 0 | 20 | 17 | 59 | 24 | 41 |
| Octal | 246 | 305 | 205 | 20 | 0 | 40 | 27 | 131 | 44 | 101 |
| Binary | 10100110 | 11000101 | 10000101 | 10000 | 0 | 100000 | 10111 | 1011001 | 100100 | 1000001 |
Color Harmonies of #A6C585
Complementary color
Monochromatic Colors of #A6C585
Black with #A6C585
Text Example
Text Example
White with #A6C585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C585; }
p { color: rgb(166,197,133); }
H1.HeaderClassName
{
color: #A6C585;
}
.AnyTagClassName
{
color: #A6C585;
}
</style>
background-color css
<style>
a { background-color: #A6C585; }
a { background-color: rgb(166,197,133); }
div.DivClassName
{
background-color: #A6C585;
}
.BgClassName
{
background-color: #A6C585;
}
</style>
border-color css
<style>
span { border-color: #A6C585; }
span { border-color: rgb(166,197,133); }
td.TdClassName
{
border-color: #A6C585;
}
.TagClassName
{
border-color: #A6C585;
}
</style>