Shades of Norway #A7BE97
Tints of Norway #A7BE97
RGB
CMYK
RGB Variations
Color information
#A7BE97 (or 0xA7BE97) is known color: Norway. HEX triplet: A7, BE and 97. RGB value is (167,190,151). Sum of RGB (Red+Green+Blue) = 167+190+151=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 151 (59.38% from 255 or 29.72% from 508); Max value from RGB is 190 - color contains mainly: green. Hex color #A7BE97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BE97 is #584168. Grayscale: #B2B2B2. Windows color (decimal): -5783913 or 9944743. OLE color: 9944743.
HSL color Cylindrical-coordinate representation of color #A7BE97: hue angle of 95.38º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A7BE97 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 190 | 151 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.25 |
| HSL | 95.38º | 0.23% | 0.67% | - |
| HSV(B) | 95.38º | 0.21% | 0.75% | - |
| XYZ | 39.94 | 47.28 | 36.3 | - |
| YUV | 178.68 | 112.38 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 190 | 151 | 0.12 | 0 | 0.21 | 0.25 | 95.38 | 0.23 | 0.67 |
| Hex | A7 | BE | 97 | C | 0 | 15 | 19 | 5F | 17 | 43 |
| Octal | 247 | 276 | 227 | 14 | 0 | 25 | 31 | 137 | 27 | 103 |
| Binary | 10100111 | 10111110 | 10010111 | 1100 | 0 | 10101 | 11001 | 1011111 | 10111 | 1000011 |
Color Harmonies of #A7BE97
Complementary color
Monochromatic Colors of #A7BE97
Black with #A7BE97
Text Example
Text Example
White with #A7BE97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BE97; }
p { color: rgb(167,190,151); }
H1.HeaderClassName
{
color: #A7BE97;
}
.AnyTagClassName
{
color: #A7BE97;
}
</style>
background-color css
<style>
a { background-color: #A7BE97; }
a { background-color: rgb(167,190,151); }
div.DivClassName
{
background-color: #A7BE97;
}
.BgClassName
{
background-color: #A7BE97;
}
</style>
border-color css
<style>
span { border-color: #A7BE97; }
span { border-color: rgb(167,190,151); }
td.TdClassName
{
border-color: #A7BE97;
}
.TagClassName
{
border-color: #A7BE97;
}
</style>