Shades of Norway #A8C786
Tints of Norway #A8C786
RGB
CMYK
RGB Variations
Color information
#A8C786 (or 0xA8C786) is known color: Norway. HEX triplet: A8, C7 and 86. RGB value is (168,199,134). Sum of RGB (Red+Green+Blue) = 168+199+134=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 199 (78.12% from 255 or 39.72% from 501); Blue value is 134 (52.73% from 255 or 26.75% from 501); Max value from RGB is 199 - color contains mainly: green. Hex color #A8C786 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C786 is #573879. Grayscale: #B6B6B6. Windows color (decimal): -5716090 or 8832936. OLE color: 8832936.
HSL color Cylindrical-coordinate representation of color #A8C786: hue angle of 88.62º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8C786 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 199 | 134 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.22 |
| HSL | 88.62º | 0.37% | 0.65% | - |
| HSV(B) | 88.62º | 0.33% | 0.78% | - |
| XYZ | 40.87 | 50.89 | 30.22 | - |
| YUV | 182.32 | 100.73 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 199 | 134 | 0.16 | 0 | 0.33 | 0.22 | 88.62 | 0.37 | 0.65 |
| Hex | A8 | C7 | 86 | 10 | 0 | 21 | 16 | 59 | 25 | 41 |
| Octal | 250 | 307 | 206 | 20 | 0 | 41 | 26 | 131 | 45 | 101 |
| Binary | 10101000 | 11000111 | 10000110 | 10000 | 0 | 100001 | 10110 | 1011001 | 100101 | 1000001 |
Color Harmonies of #A8C786
Complementary color
Monochromatic Colors of #A8C786
Black with #A8C786
Text Example
Text Example
White with #A8C786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C786; }
p { color: rgb(168,199,134); }
H1.HeaderClassName
{
color: #A8C786;
}
.AnyTagClassName
{
color: #A8C786;
}
</style>
background-color css
<style>
a { background-color: #A8C786; }
a { background-color: rgb(168,199,134); }
div.DivClassName
{
background-color: #A8C786;
}
.BgClassName
{
background-color: #A8C786;
}
</style>
border-color css
<style>
span { border-color: #A8C786; }
span { border-color: rgb(168,199,134); }
td.TdClassName
{
border-color: #A8C786;
}
.TagClassName
{
border-color: #A8C786;
}
</style>