Shades of Norway #A8C389
Tints of Norway #A8C389
RGB
CMYK
RGB Variations
Color information
#A8C389 (or 0xA8C389) is known color: Norway. HEX triplet: A8, C3 and 89. RGB value is (168,195,137). Sum of RGB (Red+Green+Blue) = 168+195+137=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 195 (76.56% from 255 or 39% from 500); Blue value is 137 (53.91% from 255 or 27.4% from 500); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C389 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C389 is #573C76. Grayscale: #B4B4B4. Windows color (decimal): -5717111 or 9028520. OLE color: 9028520.
HSL color Cylindrical-coordinate representation of color #A8C389: hue angle of 87.93º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8C389 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 195 | 137 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.24 |
| HSL | 87.93º | 0.33% | 0.65% | - |
| HSV(B) | 87.93º | 0.3% | 0.76% | - |
| XYZ | 40.18 | 49.16 | 31.04 | - |
| YUV | 180.32 | 103.55 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 195 | 137 | 0.14 | 0 | 0.30 | 0.24 | 87.93 | 0.33 | 0.65 |
| Hex | A8 | C3 | 89 | E | 0 | 1E | 18 | 58 | 21 | 41 |
| Octal | 250 | 303 | 211 | 16 | 0 | 36 | 30 | 130 | 41 | 101 |
| Binary | 10101000 | 11000011 | 10001001 | 1110 | 0 | 11110 | 11000 | 1011000 | 100001 | 1000001 |
Color Harmonies of #A8C389
Complementary color
Monochromatic Colors of #A8C389
Black with #A8C389
Text Example
Text Example
White with #A8C389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C389; }
p { color: rgb(168,195,137); }
H1.HeaderClassName
{
color: #A8C389;
}
.AnyTagClassName
{
color: #A8C389;
}
</style>
background-color css
<style>
a { background-color: #A8C389; }
a { background-color: rgb(168,195,137); }
div.DivClassName
{
background-color: #A8C389;
}
.BgClassName
{
background-color: #A8C389;
}
</style>
border-color css
<style>
span { border-color: #A8C389; }
span { border-color: rgb(168,195,137); }
td.TdClassName
{
border-color: #A8C389;
}
.TagClassName
{
border-color: #A8C389;
}
</style>