Shades of Norway #A9C18B
Tints of Norway #A9C18B
RGB
CMYK
RGB Variations
Color information
#A9C18B (or 0xA9C18B) is known color: Norway. HEX triplet: A9, C1 and 8B. RGB value is (169,193,139). Sum of RGB (Red+Green+Blue) = 169+193+139=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 193 - color contains mainly: green. Hex color #A9C18B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C18B is #563E74. Grayscale: #B3B3B3. Windows color (decimal): -5652085 or 9159081. OLE color: 9159081.
HSL color Cylindrical-coordinate representation of color #A9C18B: hue angle of 86.67º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9C18B is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 193 | 139 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.24 |
| HSL | 86.67º | 0.3% | 0.65% | - |
| HSV(B) | 86.67º | 0.28% | 0.76% | - |
| XYZ | 40.09 | 48.44 | 31.66 | - |
| YUV | 179.67 | 105.05 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 193 | 139 | 0.12 | 0 | 0.28 | 0.24 | 86.67 | 0.3 | 0.65 |
| Hex | A9 | C1 | 8B | C | 0 | 1C | 18 | 57 | 1E | 41 |
| Octal | 251 | 301 | 213 | 14 | 0 | 34 | 30 | 127 | 36 | 101 |
| Binary | 10101001 | 11000001 | 10001011 | 1100 | 0 | 11100 | 11000 | 1010111 | 11110 | 1000001 |
Color Harmonies of #A9C18B
Complementary color
Monochromatic Colors of #A9C18B
Black with #A9C18B
Text Example
Text Example
White with #A9C18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C18B; }
p { color: rgb(169,193,139); }
H1.HeaderClassName
{
color: #A9C18B;
}
.AnyTagClassName
{
color: #A9C18B;
}
</style>
background-color css
<style>
a { background-color: #A9C18B; }
a { background-color: rgb(169,193,139); }
div.DivClassName
{
background-color: #A9C18B;
}
.BgClassName
{
background-color: #A9C18B;
}
</style>
border-color css
<style>
span { border-color: #A9C18B; }
span { border-color: rgb(169,193,139); }
td.TdClassName
{
border-color: #A9C18B;
}
.TagClassName
{
border-color: #A9C18B;
}
</style>