Shades of Norway #A7BD8D
Tints of Norway #A7BD8D
RGB
CMYK
RGB Variations
Color information
#A7BD8D (or 0xA7BD8D) is known color: Norway. HEX triplet: A7, BD and 8D. RGB value is (167,189,141). Sum of RGB (Red+Green+Blue) = 167+189+141=497 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.60% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BD8D is #584272. Grayscale: #B1B1B1. Windows color (decimal): -5784179 or 9289127. OLE color: 9289127.
HSL color Cylindrical-coordinate representation of color #A7BD8D: hue angle of 87.5º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7BD8D is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 189 | 141 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.26 |
| HSL | 87.5º | 0.27% | 0.65% | - |
| HSV(B) | 87.5º | 0.25% | 0.74% | - |
| XYZ | 38.94 | 46.53 | 32.13 | - |
| YUV | 176.95 | 107.71 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 189 | 141 | 0.12 | 0 | 0.25 | 0.26 | 87.5 | 0.27 | 0.65 |
| Hex | A7 | BD | 8D | C | 0 | 19 | 1A | 57 | 1B | 41 |
| Octal | 247 | 275 | 215 | 14 | 0 | 31 | 32 | 127 | 33 | 101 |
| Binary | 10100111 | 10111101 | 10001101 | 1100 | 0 | 11001 | 11010 | 1010111 | 11011 | 1000001 |
Color Harmonies of #A7BD8D
Complementary color
Monochromatic Colors of #A7BD8D
Black with #A7BD8D
Text Example
Text Example
White with #A7BD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BD8D; }
p { color: rgb(167,189,141); }
H1.HeaderClassName
{
color: #A7BD8D;
}
.AnyTagClassName
{
color: #A7BD8D;
}
</style>
background-color css
<style>
a { background-color: #A7BD8D; }
a { background-color: rgb(167,189,141); }
div.DivClassName
{
background-color: #A7BD8D;
}
.BgClassName
{
background-color: #A7BD8D;
}
</style>
border-color css
<style>
span { border-color: #A7BD8D; }
span { border-color: rgb(167,189,141); }
td.TdClassName
{
border-color: #A7BD8D;
}
.TagClassName
{
border-color: #A7BD8D;
}
</style>