Shades of Norway #A7B398
Tints of Norway #A7B398
RGB
CMYK
RGB Variations
Color information
#A7B398 (or 0xA7B398) is known color: Norway. HEX triplet: A7, B3 and 98. RGB value is (167,179,152). Sum of RGB (Red+Green+Blue) = 167+179+152=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 152 (59.77% from 255 or 30.52% from 498); Max value from RGB is 179 - color contains mainly: green. Hex color #A7B398 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B398 is #584C67. Grayscale: #ACACAC. Windows color (decimal): -5786728 or 10007463. OLE color: 10007463.
HSL color Cylindrical-coordinate representation of color #A7B398: hue angle of 86.67º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A7B398 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 167 | 179 | 152 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.30 |
| HSL | 86.67º | 0.15% | 0.65% | - |
| HSV(B) | 86.67º | 0.15% | 0.7% | - |
| XYZ | 37.72 | 42.72 | 35.96 | - |
| YUV | 172.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 179 | 152 | 0.07 | 0 | 0.15 | 0.30 | 86.67 | 0.15 | 0.65 |
| Hex | A7 | B3 | 98 | 7 | 0 | F | 1E | 57 | F | 41 |
| Octal | 247 | 263 | 230 | 7 | 0 | 17 | 36 | 127 | 17 | 101 |
| Binary | 10100111 | 10110011 | 10011000 | 111 | 0 | 1111 | 11110 | 1010111 | 1111 | 1000001 |
Color Harmonies of #A7B398
Complementary color
Monochromatic Colors of #A7B398
Black with #A7B398
Text Example
Text Example
White with #A7B398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B398; }
p { color: rgb(167,179,152); }
H1.HeaderClassName
{
color: #A7B398;
}
.AnyTagClassName
{
color: #A7B398;
}
</style>
background-color css
<style>
a { background-color: #A7B398; }
a { background-color: rgb(167,179,152); }
div.DivClassName
{
background-color: #A7B398;
}
.BgClassName
{
background-color: #A7B398;
}
</style>
border-color css
<style>
span { border-color: #A7B398; }
span { border-color: rgb(167,179,152); }
td.TdClassName
{
border-color: #A7B398;
}
.TagClassName
{
border-color: #A7B398;
}
</style>