Shades of Norway #A7C391
Tints of Norway #A7C391
RGB
CMYK
RGB Variations
Color information
#A7C391 (or 0xA7C391) is known color: Norway. HEX triplet: A7, C3 and 91. RGB value is (167,195,145). Sum of RGB (Red+Green+Blue) = 167+195+145=507 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.94% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 145 (57.03% from 255 or 28.60% from 507); Max value from RGB is 195 - color contains mainly: green. Hex color #A7C391 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C391 is #583C6E. Grayscale: #B5B5B5. Windows color (decimal): -5782639 or 9552807. OLE color: 9552807.
HSL color Cylindrical-coordinate representation of color #A7C391: hue angle of 93.6º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A7C391 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 195 | 145 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.24 |
| HSL | 93.6º | 0.29% | 0.67% | - |
| HSV(B) | 93.6º | 0.26% | 0.76% | - |
| XYZ | 40.56 | 49.29 | 34.16 | - |
| YUV | 180.93 | 107.72 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 195 | 145 | 0.14 | 0 | 0.26 | 0.24 | 93.6 | 0.29 | 0.67 |
| Hex | A7 | C3 | 91 | E | 0 | 1A | 18 | 5E | 1D | 43 |
| Octal | 247 | 303 | 221 | 16 | 0 | 32 | 30 | 136 | 35 | 103 |
| Binary | 10100111 | 11000011 | 10010001 | 1110 | 0 | 11010 | 11000 | 1011110 | 11101 | 1000011 |
Color Harmonies of #A7C391
Complementary color
Monochromatic Colors of #A7C391
Black with #A7C391
Text Example
Text Example
White with #A7C391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C391; }
p { color: rgb(167,195,145); }
H1.HeaderClassName
{
color: #A7C391;
}
.AnyTagClassName
{
color: #A7C391;
}
</style>
background-color css
<style>
a { background-color: #A7C391; }
a { background-color: rgb(167,195,145); }
div.DivClassName
{
background-color: #A7C391;
}
.BgClassName
{
background-color: #A7C391;
}
</style>
border-color css
<style>
span { border-color: #A7C391; }
span { border-color: rgb(167,195,145); }
td.TdClassName
{
border-color: #A7C391;
}
.TagClassName
{
border-color: #A7C391;
}
</style>