Shades of Norway #A7B39B
Tints of Norway #A7B39B
RGB
CMYK
RGB Variations
Color information
#A7B39B (or 0xA7B39B) is known color: Norway. HEX triplet: A7, B3 and 9B. RGB value is (167,179,155). Sum of RGB (Red+Green+Blue) = 167+179+155=501 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.33% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 179 - color contains mainly: green. Hex color #A7B39B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B39B is #584C64. Grayscale: #ACACAC. Windows color (decimal): -5786725 or 10204071. OLE color: 10204071.
HSL color Cylindrical-coordinate representation of color #A7B39B: hue angle of 90º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A7B39B is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 167 | 179 | 155 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.30 |
| HSL | 90º | 0.14% | 0.65% | - |
| HSV(B) | 90º | 0.13% | 0.7% | - |
| XYZ | 37.97 | 42.82 | 37.27 | - |
| YUV | 172.68 | 118.02 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 179 | 155 | 0.07 | 0 | 0.13 | 0.30 | 90 | 0.14 | 0.65 |
| Hex | A7 | B3 | 9B | 7 | 0 | D | 1E | 5A | E | 41 |
| Octal | 247 | 263 | 233 | 7 | 0 | 15 | 36 | 132 | 16 | 101 |
| Binary | 10100111 | 10110011 | 10011011 | 111 | 0 | 1101 | 11110 | 1011010 | 1110 | 1000001 |
Color Harmonies of #A7B39B
Complementary color
Monochromatic Colors of #A7B39B
Black with #A7B39B
Text Example
Text Example
White with #A7B39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B39B; }
p { color: rgb(167,179,155); }
H1.HeaderClassName
{
color: #A7B39B;
}
.AnyTagClassName
{
color: #A7B39B;
}
</style>
background-color css
<style>
a { background-color: #A7B39B; }
a { background-color: rgb(167,179,155); }
div.DivClassName
{
background-color: #A7B39B;
}
.BgClassName
{
background-color: #A7B39B;
}
</style>
border-color css
<style>
span { border-color: #A7B39B; }
span { border-color: rgb(167,179,155); }
td.TdClassName
{
border-color: #A7B39B;
}
.TagClassName
{
border-color: #A7B39B;
}
</style>