Shades of Norway #A7BE87
Tints of Norway #A7BE87
RGB
CMYK
RGB Variations
Color information
#A7BE87 (or 0xA7BE87) is known color: Norway. HEX triplet: A7, BE and 87. RGB value is (167,190,135). Sum of RGB (Red+Green+Blue) = 167+190+135=492 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.94% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 135 (53.12% from 255 or 27.44% from 492); Max value from RGB is 190 - color contains mainly: green. Hex color #A7BE87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BE87 is #584178. Grayscale: #B1B1B1. Windows color (decimal): -5783929 or 8896167. OLE color: 8896167.
HSL color Cylindrical-coordinate representation of color #A7BE87: hue angle of 85.09º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7BE87 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 190 | 135 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.25 |
| HSL | 85.09º | 0.3% | 0.64% | - |
| HSV(B) | 85.09º | 0.29% | 0.75% | - |
| XYZ | 38.72 | 46.79 | 29.91 | - |
| YUV | 176.85 | 104.38 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 190 | 135 | 0.12 | 0 | 0.29 | 0.25 | 85.09 | 0.3 | 0.64 |
| Hex | A7 | BE | 87 | C | 0 | 1D | 19 | 55 | 1E | 40 |
| Octal | 247 | 276 | 207 | 14 | 0 | 35 | 31 | 125 | 36 | 100 |
| Binary | 10100111 | 10111110 | 10000111 | 1100 | 0 | 11101 | 11001 | 1010101 | 11110 | 1000000 |
Color Harmonies of #A7BE87
Complementary color
Monochromatic Colors of #A7BE87
Black with #A7BE87
Text Example
Text Example
White with #A7BE87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BE87; }
p { color: rgb(167,190,135); }
H1.HeaderClassName
{
color: #A7BE87;
}
.AnyTagClassName
{
color: #A7BE87;
}
</style>
background-color css
<style>
a { background-color: #A7BE87; }
a { background-color: rgb(167,190,135); }
div.DivClassName
{
background-color: #A7BE87;
}
.BgClassName
{
background-color: #A7BE87;
}
</style>
border-color css
<style>
span { border-color: #A7BE87; }
span { border-color: rgb(167,190,135); }
td.TdClassName
{
border-color: #A7BE87;
}
.TagClassName
{
border-color: #A7BE87;
}
</style>