Shades of Norway #A8C688
Tints of Norway #A8C688
RGB
CMYK
RGB Variations
Color information
#A8C688 (or 0xA8C688) is known color: Norway. HEX triplet: A8, C6 and 88. RGB value is (168,198,136). Sum of RGB (Red+Green+Blue) = 168+198+136=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C688 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C688 is #573977. Grayscale: #B6B6B6. Windows color (decimal): -5716344 or 8963752. OLE color: 8963752.
HSL color Cylindrical-coordinate representation of color #A8C688: hue angle of 89.03º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8C688 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 198 | 136 | - |
| CMYK | 0.15 | 0 | 0.31 | 0.22 |
| HSL | 89.03º | 0.35% | 0.65% | - |
| HSV(B) | 89.03º | 0.31% | 0.78% | - |
| XYZ | 40.79 | 50.49 | 30.89 | - |
| YUV | 181.96 | 102.06 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 198 | 136 | 0.15 | 0 | 0.31 | 0.22 | 89.03 | 0.35 | 0.65 |
| Hex | A8 | C6 | 88 | F | 0 | 1F | 16 | 59 | 23 | 41 |
| Octal | 250 | 306 | 210 | 17 | 0 | 37 | 26 | 131 | 43 | 101 |
| Binary | 10101000 | 11000110 | 10001000 | 1111 | 0 | 11111 | 10110 | 1011001 | 100011 | 1000001 |
Color Harmonies of #A8C688
Complementary color
Monochromatic Colors of #A8C688
Black with #A8C688
Text Example
Text Example
White with #A8C688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C688; }
p { color: rgb(168,198,136); }
H1.HeaderClassName
{
color: #A8C688;
}
.AnyTagClassName
{
color: #A8C688;
}
</style>
background-color css
<style>
a { background-color: #A8C688; }
a { background-color: rgb(168,198,136); }
div.DivClassName
{
background-color: #A8C688;
}
.BgClassName
{
background-color: #A8C688;
}
</style>
border-color css
<style>
span { border-color: #A8C688; }
span { border-color: rgb(168,198,136); }
td.TdClassName
{
border-color: #A8C688;
}
.TagClassName
{
border-color: #A8C688;
}
</style>