Shades of Norway #A7BE91
Tints of Norway #A7BE91
RGB
CMYK
RGB Variations
Color information
#A7BE91 (or 0xA7BE91) is known color: Norway. HEX triplet: A7, BE and 91. RGB value is (167,190,145). Sum of RGB (Red+Green+Blue) = 167+190+145=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 145 (57.03% from 255 or 28.88% from 502); Max value from RGB is 190 - color contains mainly: green. Hex color #A7BE91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BE91 is #58416E. Grayscale: #B2B2B2. Windows color (decimal): -5783919 or 9551527. OLE color: 9551527.
HSL color Cylindrical-coordinate representation of color #A7BE91: hue angle of 90.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7BE91 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 190 | 145 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.25 |
| HSL | 90.67º | 0.26% | 0.66% | - |
| HSV(B) | 90.67º | 0.24% | 0.75% | - |
| XYZ | 39.46 | 47.09 | 33.8 | - |
| YUV | 177.99 | 109.38 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 190 | 145 | 0.12 | 0 | 0.24 | 0.25 | 90.67 | 0.26 | 0.66 |
| Hex | A7 | BE | 91 | C | 0 | 18 | 19 | 5B | 1A | 42 |
| Octal | 247 | 276 | 221 | 14 | 0 | 30 | 31 | 133 | 32 | 102 |
| Binary | 10100111 | 10111110 | 10010001 | 1100 | 0 | 11000 | 11001 | 1011011 | 11010 | 1000010 |
Color Harmonies of #A7BE91
Complementary color
Monochromatic Colors of #A7BE91
Black with #A7BE91
Text Example
Text Example
White with #A7BE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BE91; }
p { color: rgb(167,190,145); }
H1.HeaderClassName
{
color: #A7BE91;
}
.AnyTagClassName
{
color: #A7BE91;
}
</style>
background-color css
<style>
a { background-color: #A7BE91; }
a { background-color: rgb(167,190,145); }
div.DivClassName
{
background-color: #A7BE91;
}
.BgClassName
{
background-color: #A7BE91;
}
</style>
border-color css
<style>
span { border-color: #A7BE91; }
span { border-color: rgb(167,190,145); }
td.TdClassName
{
border-color: #A7BE91;
}
.TagClassName
{
border-color: #A7BE91;
}
</style>