Shades of Norway #A7C192
Tints of Norway #A7C192
RGB
CMYK
RGB Variations
Color information
#A7C192 (or 0xA7C192) is known color: Norway. HEX triplet: A7, C1 and 92. RGB value is (167,193,146). Sum of RGB (Red+Green+Blue) = 167+193+146=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 146 (57.42% from 255 or 28.85% from 506); Max value from RGB is 193 - color contains mainly: green. Hex color #A7C192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C192 is #583E6D. Grayscale: #B4B4B4. Windows color (decimal): -5783150 or 9617831. OLE color: 9617831.
HSL color Cylindrical-coordinate representation of color #A7C192: hue angle of 93.19º 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 #A7C192 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 193 | 146 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.24 |
| HSL | 93.19º | 0.27% | 0.66% | - |
| HSV(B) | 93.19º | 0.24% | 0.76% | - |
| XYZ | 40.19 | 48.43 | 34.42 | - |
| YUV | 179.87 | 108.89 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 193 | 146 | 0.13 | 0 | 0.24 | 0.24 | 93.19 | 0.27 | 0.66 |
| Hex | A7 | C1 | 92 | D | 0 | 18 | 18 | 5D | 1B | 42 |
| Octal | 247 | 301 | 222 | 15 | 0 | 30 | 30 | 135 | 33 | 102 |
| Binary | 10100111 | 11000001 | 10010010 | 1101 | 0 | 11000 | 11000 | 1011101 | 11011 | 1000010 |
Color Harmonies of #A7C192
Complementary color
Monochromatic Colors of #A7C192
Black with #A7C192
Text Example
Text Example
White with #A7C192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C192; }
p { color: rgb(167,193,146); }
H1.HeaderClassName
{
color: #A7C192;
}
.AnyTagClassName
{
color: #A7C192;
}
</style>
background-color css
<style>
a { background-color: #A7C192; }
a { background-color: rgb(167,193,146); }
div.DivClassName
{
background-color: #A7C192;
}
.BgClassName
{
background-color: #A7C192;
}
</style>
border-color css
<style>
span { border-color: #A7C192; }
span { border-color: rgb(167,193,146); }
td.TdClassName
{
border-color: #A7C192;
}
.TagClassName
{
border-color: #A7C192;
}
</style>