Shades of Norway #A7C096
Tints of Norway #A7C096
RGB
CMYK
RGB Variations
Color information
#A7C096 (or 0xA7C096) is known color: Norway. HEX triplet: A7, C0 and 96. RGB value is (167,192,150). Sum of RGB (Red+Green+Blue) = 167+192+150=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 192 - color contains mainly: green. Hex color #A7C096 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C096 is #583F69. Grayscale: #B3B3B3. Windows color (decimal): -5783402 or 9879719. OLE color: 9879719.
HSL color Cylindrical-coordinate representation of color #A7C096: hue angle of 95.71º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A7C096 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 192 | 150 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.25 |
| HSL | 95.71º | 0.25% | 0.67% | - |
| HSV(B) | 95.71º | 0.22% | 0.75% | - |
| XYZ | 40.29 | 48.12 | 36.02 | - |
| YUV | 179.74 | 111.22 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 192 | 150 | 0.13 | 0 | 0.22 | 0.25 | 95.71 | 0.25 | 0.67 |
| Hex | A7 | C0 | 96 | D | 0 | 16 | 19 | 60 | 19 | 43 |
| Octal | 247 | 300 | 226 | 15 | 0 | 26 | 31 | 140 | 31 | 103 |
| Binary | 10100111 | 11000000 | 10010110 | 1101 | 0 | 10110 | 11001 | 1100000 | 11001 | 1000011 |
Color Harmonies of #A7C096
Complementary color
Monochromatic Colors of #A7C096
Black with #A7C096
Text Example
Text Example
White with #A7C096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C096; }
p { color: rgb(167,192,150); }
H1.HeaderClassName
{
color: #A7C096;
}
.AnyTagClassName
{
color: #A7C096;
}
</style>
background-color css
<style>
a { background-color: #A7C096; }
a { background-color: rgb(167,192,150); }
div.DivClassName
{
background-color: #A7C096;
}
.BgClassName
{
background-color: #A7C096;
}
</style>
border-color css
<style>
span { border-color: #A7C096; }
span { border-color: rgb(167,192,150); }
td.TdClassName
{
border-color: #A7C096;
}
.TagClassName
{
border-color: #A7C096;
}
</style>