Shades of Norway #A9C192
Tints of Norway #A9C192
RGB
CMYK
RGB Variations
Color information
#A9C192 (or 0xA9C192) is known color: Norway. HEX triplet: A9, C1 and 92. RGB value is (169,193,146). Sum of RGB (Red+Green+Blue) = 169+193+146=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 193 (75.78% from 255 or 37.99% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 193 - color contains mainly: green. Hex color #A9C192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C192 is #563E6D. Grayscale: #B4B4B4. Windows color (decimal): -5652078 or 9617833. OLE color: 9617833.
HSL color Cylindrical-coordinate representation of color #A9C192: hue angle of 90.64º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9C192 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 193 | 146 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.24 |
| HSL | 90.64º | 0.27% | 0.66% | - |
| HSV(B) | 90.64º | 0.24% | 0.76% | - |
| XYZ | 40.62 | 48.65 | 34.44 | - |
| YUV | 180.47 | 108.55 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 193 | 146 | 0.12 | 0 | 0.24 | 0.24 | 90.64 | 0.27 | 0.66 |
| Hex | A9 | C1 | 92 | C | 0 | 18 | 18 | 5B | 1B | 42 |
| Octal | 251 | 301 | 222 | 14 | 0 | 30 | 30 | 133 | 33 | 102 |
| Binary | 10101001 | 11000001 | 10010010 | 1100 | 0 | 11000 | 11000 | 1011011 | 11011 | 1000010 |
Color Harmonies of #A9C192
Complementary color
Monochromatic Colors of #A9C192
Black with #A9C192
Text Example
Text Example
White with #A9C192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C192; }
p { color: rgb(169,193,146); }
H1.HeaderClassName
{
color: #A9C192;
}
.AnyTagClassName
{
color: #A9C192;
}
</style>
background-color css
<style>
a { background-color: #A9C192; }
a { background-color: rgb(169,193,146); }
div.DivClassName
{
background-color: #A9C192;
}
.BgClassName
{
background-color: #A9C192;
}
</style>
border-color css
<style>
span { border-color: #A9C192; }
span { border-color: rgb(169,193,146); }
td.TdClassName
{
border-color: #A9C192;
}
.TagClassName
{
border-color: #A9C192;
}
</style>