Shades of Norway #A9C189
Tints of Norway #A9C189
RGB
CMYK
RGB Variations
Color information
#A9C189 (or 0xA9C189) is known color: Norway. HEX triplet: A9, C1 and 89. RGB value is (169,193,137). Sum of RGB (Red+Green+Blue) = 169+193+137=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 137 (53.91% from 255 or 27.45% from 499); Max value from RGB is 193 - color contains mainly: green. Hex color #A9C189 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C189 is #563E76. Grayscale: #B3B3B3. Windows color (decimal): -5652087 or 9028009. OLE color: 9028009.
HSL color Cylindrical-coordinate representation of color #A9C189: hue angle of 85.71º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9C189 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 193 | 137 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.24 |
| HSL | 85.71º | 0.31% | 0.65% | - |
| HSV(B) | 85.71º | 0.29% | 0.76% | - |
| XYZ | 39.95 | 48.38 | 30.9 | - |
| YUV | 179.44 | 104.05 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 193 | 137 | 0.12 | 0 | 0.29 | 0.24 | 85.71 | 0.31 | 0.65 |
| Hex | A9 | C1 | 89 | C | 0 | 1D | 18 | 56 | 1F | 41 |
| Octal | 251 | 301 | 211 | 14 | 0 | 35 | 30 | 126 | 37 | 101 |
| Binary | 10101001 | 11000001 | 10001001 | 1100 | 0 | 11101 | 11000 | 1010110 | 11111 | 1000001 |
Color Harmonies of #A9C189
Complementary color
Monochromatic Colors of #A9C189
Black with #A9C189
Text Example
Text Example
White with #A9C189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C189; }
p { color: rgb(169,193,137); }
H1.HeaderClassName
{
color: #A9C189;
}
.AnyTagClassName
{
color: #A9C189;
}
</style>
background-color css
<style>
a { background-color: #A9C189; }
a { background-color: rgb(169,193,137); }
div.DivClassName
{
background-color: #A9C189;
}
.BgClassName
{
background-color: #A9C189;
}
</style>
border-color css
<style>
span { border-color: #A9C189; }
span { border-color: rgb(169,193,137); }
td.TdClassName
{
border-color: #A9C189;
}
.TagClassName
{
border-color: #A9C189;
}
</style>