Shades of Norway #A8C589
Tints of Norway #A8C589
RGB
CMYK
RGB Variations
Color information
#A8C589 (or 0xA8C589) is known color: Norway. HEX triplet: A8, C5 and 89. RGB value is (168,197,137). Sum of RGB (Red+Green+Blue) = 168+197+137=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 137 (53.91% from 255 or 27.29% from 502); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C589 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C589 is #573A76. Grayscale: #B5B5B5. Windows color (decimal): -5716599 or 9029032. OLE color: 9029032.
HSL color Cylindrical-coordinate representation of color #A8C589: hue angle of 89º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8C589 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 197 | 137 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.23 |
| HSL | 89º | 0.34% | 0.65% | - |
| HSV(B) | 89º | 0.3% | 0.77% | - |
| XYZ | 40.63 | 50.06 | 31.19 | - |
| YUV | 181.49 | 102.89 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 197 | 137 | 0.15 | 0 | 0.30 | 0.23 | 89 | 0.34 | 0.65 |
| Hex | A8 | C5 | 89 | F | 0 | 1E | 17 | 59 | 22 | 41 |
| Octal | 250 | 305 | 211 | 17 | 0 | 36 | 27 | 131 | 42 | 101 |
| Binary | 10101000 | 11000101 | 10001001 | 1111 | 0 | 11110 | 10111 | 1011001 | 100010 | 1000001 |
Color Harmonies of #A8C589
Complementary color
Monochromatic Colors of #A8C589
Black with #A8C589
Text Example
Text Example
White with #A8C589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C589; }
p { color: rgb(168,197,137); }
H1.HeaderClassName
{
color: #A8C589;
}
.AnyTagClassName
{
color: #A8C589;
}
</style>
background-color css
<style>
a { background-color: #A8C589; }
a { background-color: rgb(168,197,137); }
div.DivClassName
{
background-color: #A8C589;
}
.BgClassName
{
background-color: #A8C589;
}
</style>
border-color css
<style>
span { border-color: #A8C589; }
span { border-color: rgb(168,197,137); }
td.TdClassName
{
border-color: #A8C589;
}
.TagClassName
{
border-color: #A8C589;
}
</style>