Shades of Norway #A7C191
Tints of Norway #A7C191
RGB
CMYK
RGB Variations
Color information
#A7C191 (or 0xA7C191) is known color: Norway. HEX triplet: A7, C1 and 91. RGB value is (167,193,145). Sum of RGB (Red+Green+Blue) = 167+193+145=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 145 (57.03% from 255 or 28.71% from 505); Max value from RGB is 193 - color contains mainly: green. Hex color #A7C191 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C191 is #583E6E. Grayscale: #B3B3B3. Windows color (decimal): -5783151 or 9552295. OLE color: 9552295.
HSL color Cylindrical-coordinate representation of color #A7C191: hue angle of 92.5º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7C191 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 193 | 145 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.24 |
| HSL | 92.5º | 0.28% | 0.66% | - |
| HSV(B) | 92.5º | 0.25% | 0.76% | - |
| XYZ | 40.12 | 48.4 | 34.02 | - |
| YUV | 179.75 | 108.39 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 193 | 145 | 0.13 | 0 | 0.25 | 0.24 | 92.5 | 0.28 | 0.66 |
| Hex | A7 | C1 | 91 | D | 0 | 19 | 18 | 5C | 1C | 42 |
| Octal | 247 | 301 | 221 | 15 | 0 | 31 | 30 | 134 | 34 | 102 |
| Binary | 10100111 | 11000001 | 10010001 | 1101 | 0 | 11001 | 11000 | 1011100 | 11100 | 1000010 |
Color Harmonies of #A7C191
Complementary color
Monochromatic Colors of #A7C191
Black with #A7C191
Text Example
Text Example
White with #A7C191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C191; }
p { color: rgb(167,193,145); }
H1.HeaderClassName
{
color: #A7C191;
}
.AnyTagClassName
{
color: #A7C191;
}
</style>
background-color css
<style>
a { background-color: #A7C191; }
a { background-color: rgb(167,193,145); }
div.DivClassName
{
background-color: #A7C191;
}
.BgClassName
{
background-color: #A7C191;
}
</style>
border-color css
<style>
span { border-color: #A7C191; }
span { border-color: rgb(167,193,145); }
td.TdClassName
{
border-color: #A7C191;
}
.TagClassName
{
border-color: #A7C191;
}
</style>