Shades of Norway #A7BD8B
Tints of Norway #A7BD8B
RGB
CMYK
RGB Variations
Color information
#A7BD8B (or 0xA7BD8B) is known color: Norway. HEX triplet: A7, BD and 8B. RGB value is (167,189,139). Sum of RGB (Red+Green+Blue) = 167+189+139=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BD8B is #584274. Grayscale: #B0B0B0. Windows color (decimal): -5784181 or 9158055. OLE color: 9158055.
HSL color Cylindrical-coordinate representation of color #A7BD8B: hue angle of 86.4º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A7BD8B is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 189 | 139 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.26 |
| HSL | 86.4º | 0.27% | 0.64% | - |
| HSV(B) | 86.4º | 0.26% | 0.74% | - |
| XYZ | 38.79 | 46.47 | 31.35 | - |
| YUV | 176.72 | 106.71 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 189 | 139 | 0.12 | 0 | 0.26 | 0.26 | 86.4 | 0.27 | 0.64 |
| Hex | A7 | BD | 8B | C | 0 | 1A | 1A | 56 | 1B | 40 |
| Octal | 247 | 275 | 213 | 14 | 0 | 32 | 32 | 126 | 33 | 100 |
| Binary | 10100111 | 10111101 | 10001011 | 1100 | 0 | 11010 | 11010 | 1010110 | 11011 | 1000000 |
Color Harmonies of #A7BD8B
Complementary color
Monochromatic Colors of #A7BD8B
Black with #A7BD8B
Text Example
Text Example
White with #A7BD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BD8B; }
p { color: rgb(167,189,139); }
H1.HeaderClassName
{
color: #A7BD8B;
}
.AnyTagClassName
{
color: #A7BD8B;
}
</style>
background-color css
<style>
a { background-color: #A7BD8B; }
a { background-color: rgb(167,189,139); }
div.DivClassName
{
background-color: #A7BD8B;
}
.BgClassName
{
background-color: #A7BD8B;
}
</style>
border-color css
<style>
span { border-color: #A7BD8B; }
span { border-color: rgb(167,189,139); }
td.TdClassName
{
border-color: #A7BD8B;
}
.TagClassName
{
border-color: #A7BD8B;
}
</style>