Shades of Norway #A8C089
Tints of Norway #A8C089
RGB
CMYK
RGB Variations
Color information
#A8C089 (or 0xA8C089) is known color: Norway. HEX triplet: A8, C0 and 89. RGB value is (168,192,137). Sum of RGB (Red+Green+Blue) = 168+192+137=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 137 (53.91% from 255 or 27.57% from 497); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C089 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C089 is #573F76. Grayscale: #B2B2B2. Windows color (decimal): -5717879 or 9027752. OLE color: 9027752.
HSL color Cylindrical-coordinate representation of color #A8C089: hue angle of 86.18º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8C089 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 137 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.25 |
| HSL | 86.18º | 0.3% | 0.65% | - |
| HSV(B) | 86.18º | 0.29% | 0.75% | - |
| XYZ | 39.51 | 47.83 | 30.82 | - |
| YUV | 178.55 | 104.55 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 137 | 0.12 | 0 | 0.29 | 0.25 | 86.18 | 0.3 | 0.65 |
| Hex | A8 | C0 | 89 | C | 0 | 1D | 19 | 56 | 1E | 41 |
| Octal | 250 | 300 | 211 | 14 | 0 | 35 | 31 | 126 | 36 | 101 |
| Binary | 10101000 | 11000000 | 10001001 | 1100 | 0 | 11101 | 11001 | 1010110 | 11110 | 1000001 |
Color Harmonies of #A8C089
Complementary color
Monochromatic Colors of #A8C089
Black with #A8C089
Text Example
Text Example
White with #A8C089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C089; }
p { color: rgb(168,192,137); }
H1.HeaderClassName
{
color: #A8C089;
}
.AnyTagClassName
{
color: #A8C089;
}
</style>
background-color css
<style>
a { background-color: #A8C089; }
a { background-color: rgb(168,192,137); }
div.DivClassName
{
background-color: #A8C089;
}
.BgClassName
{
background-color: #A8C089;
}
</style>
border-color css
<style>
span { border-color: #A8C089; }
span { border-color: rgb(168,192,137); }
td.TdClassName
{
border-color: #A8C089;
}
.TagClassName
{
border-color: #A8C089;
}
</style>