Shades of Norway #A9C292
Tints of Norway #A9C292
RGB
CMYK
RGB Variations
Color information
#A9C292 (or 0xA9C292) is known color: Norway. HEX triplet: A9, C2 and 92. RGB value is (169,194,146). Sum of RGB (Red+Green+Blue) = 169+194+146=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 194 - color contains mainly: green. Hex color #A9C292 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C292 is #563D6D. Grayscale: #B5B5B5. Windows color (decimal): -5651822 or 9618089. OLE color: 9618089.
HSL color Cylindrical-coordinate representation of color #A9C292: hue angle of 91.25º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9C292 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 194 | 146 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.24 |
| HSL | 91.25º | 0.28% | 0.67% | - |
| HSV(B) | 91.25º | 0.25% | 0.76% | - |
| XYZ | 40.84 | 49.09 | 34.52 | - |
| YUV | 181.05 | 108.22 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 194 | 146 | 0.13 | 0 | 0.25 | 0.24 | 91.25 | 0.28 | 0.67 |
| Hex | A9 | C2 | 92 | D | 0 | 19 | 18 | 5B | 1C | 43 |
| Octal | 251 | 302 | 222 | 15 | 0 | 31 | 30 | 133 | 34 | 103 |
| Binary | 10101001 | 11000010 | 10010010 | 1101 | 0 | 11001 | 11000 | 1011011 | 11100 | 1000011 |
Color Harmonies of #A9C292
Complementary color
Monochromatic Colors of #A9C292
Black with #A9C292
Text Example
Text Example
White with #A9C292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C292; }
p { color: rgb(169,194,146); }
H1.HeaderClassName
{
color: #A9C292;
}
.AnyTagClassName
{
color: #A9C292;
}
</style>
background-color css
<style>
a { background-color: #A9C292; }
a { background-color: rgb(169,194,146); }
div.DivClassName
{
background-color: #A9C292;
}
.BgClassName
{
background-color: #A9C292;
}
</style>
border-color css
<style>
span { border-color: #A9C292; }
span { border-color: rgb(169,194,146); }
td.TdClassName
{
border-color: #A9C292;
}
.TagClassName
{
border-color: #A9C292;
}
</style>