Shades of Norway #A8C686
Tints of Norway #A8C686
RGB
CMYK
RGB Variations
Color information
#A8C686 (or 0xA8C686) is known color: Norway. HEX triplet: A8, C6 and 86. RGB value is (168,198,134). Sum of RGB (Red+Green+Blue) = 168+198+134=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 134 (52.73% from 255 or 26.8% from 500); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C686 is #573979. Grayscale: #B5B5B5. Windows color (decimal): -5716346 or 8832680. OLE color: 8832680.
HSL color Cylindrical-coordinate representation of color #A8C686: hue angle of 88.12º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8C686 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 198 | 134 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.22 |
| HSL | 88.13º | 0.36% | 0.65% | - |
| HSV(B) | 88.13º | 0.32% | 0.78% | - |
| XYZ | 40.65 | 50.43 | 30.15 | - |
| YUV | 181.73 | 101.06 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 198 | 134 | 0.15 | 0 | 0.32 | 0.22 | 88.13 | 0.36 | 0.65 |
| Hex | A8 | C6 | 86 | F | 0 | 20 | 16 | 58 | 24 | 41 |
| Octal | 250 | 306 | 206 | 17 | 0 | 40 | 26 | 130 | 44 | 101 |
| Binary | 10101000 | 11000110 | 10000110 | 1111 | 0 | 100000 | 10110 | 1011000 | 100100 | 1000001 |
Color Harmonies of #A8C686
Complementary color
Monochromatic Colors of #A8C686
Black with #A8C686
Text Example
Text Example
White with #A8C686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C686; }
p { color: rgb(168,198,134); }
H1.HeaderClassName
{
color: #A8C686;
}
.AnyTagClassName
{
color: #A8C686;
}
</style>
background-color css
<style>
a { background-color: #A8C686; }
a { background-color: rgb(168,198,134); }
div.DivClassName
{
background-color: #A8C686;
}
.BgClassName
{
background-color: #A8C686;
}
</style>
border-color css
<style>
span { border-color: #A8C686; }
span { border-color: rgb(168,198,134); }
td.TdClassName
{
border-color: #A8C686;
}
.TagClassName
{
border-color: #A8C686;
}
</style>