Shades of Norway #A7BD87
Tints of Norway #A7BD87
RGB
CMYK
RGB Variations
Color information
#A7BD87 (or 0xA7BD87) is known color: Norway. HEX triplet: A7, BD and 87. RGB value is (167,189,135). Sum of RGB (Red+Green+Blue) = 167+189+135=491 (65% of max value = 765). Red value is 167 (65.62% from 255 or 34.01% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 135 (53.12% from 255 or 27.49% from 491); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BD87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BD87 is #584278. Grayscale: #B0B0B0. Windows color (decimal): -5784185 or 8895911. OLE color: 8895911.
HSL color Cylindrical-coordinate representation of color #A7BD87: hue angle of 84.44º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7BD87 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 189 | 135 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.26 |
| HSL | 84.44º | 0.29% | 0.64% | - |
| HSV(B) | 84.44º | 0.29% | 0.74% | - |
| XYZ | 38.51 | 46.36 | 29.84 | - |
| YUV | 176.27 | 104.71 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 189 | 135 | 0.12 | 0 | 0.29 | 0.26 | 84.44 | 0.29 | 0.64 |
| Hex | A7 | BD | 87 | C | 0 | 1D | 1A | 54 | 1D | 40 |
| Octal | 247 | 275 | 207 | 14 | 0 | 35 | 32 | 124 | 35 | 100 |
| Binary | 10100111 | 10111101 | 10000111 | 1100 | 0 | 11101 | 11010 | 1010100 | 11101 | 1000000 |
Color Harmonies of #A7BD87
Complementary color
Monochromatic Colors of #A7BD87
Black with #A7BD87
Text Example
Text Example
White with #A7BD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BD87; }
p { color: rgb(167,189,135); }
H1.HeaderClassName
{
color: #A7BD87;
}
.AnyTagClassName
{
color: #A7BD87;
}
</style>
background-color css
<style>
a { background-color: #A7BD87; }
a { background-color: rgb(167,189,135); }
div.DivClassName
{
background-color: #A7BD87;
}
.BgClassName
{
background-color: #A7BD87;
}
</style>
border-color css
<style>
span { border-color: #A7BD87; }
span { border-color: rgb(167,189,135); }
td.TdClassName
{
border-color: #A7BD87;
}
.TagClassName
{
border-color: #A7BD87;
}
</style>