Shades of Norway #A4BA8E
Tints of Norway #A4BA8E
RGB
CMYK
RGB Variations
Color information
#A4BA8E (or 0xA4BA8E) is known color: Norway. HEX triplet: A4, BA and 8E. RGB value is (164,186,142). Sum of RGB (Red+Green+Blue) = 164+186+142=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BA8E is #5B4571. Grayscale: #AEAEAE. Windows color (decimal): -5981554 or 9353892. OLE color: 9353892.
HSL color Cylindrical-coordinate representation of color #A4BA8E: hue angle of 90º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A4BA8E is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 186 | 142 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.27 |
| HSL | 90º | 0.24% | 0.64% | - |
| HSV(B) | 90º | 0.24% | 0.73% | - |
| XYZ | 37.75 | 44.96 | 32.28 | - |
| YUV | 174.41 | 109.71 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 186 | 142 | 0.12 | 0 | 0.24 | 0.27 | 90 | 0.24 | 0.64 |
| Hex | A4 | BA | 8E | C | 0 | 18 | 1B | 5A | 18 | 40 |
| Octal | 244 | 272 | 216 | 14 | 0 | 30 | 33 | 132 | 30 | 100 |
| Binary | 10100100 | 10111010 | 10001110 | 1100 | 0 | 11000 | 11011 | 1011010 | 11000 | 1000000 |
Color Harmonies of #A4BA8E
Complementary color
Monochromatic Colors of #A4BA8E
Black with #A4BA8E
Text Example
Text Example
White with #A4BA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BA8E; }
p { color: rgb(164,186,142); }
H1.HeaderClassName
{
color: #A4BA8E;
}
.AnyTagClassName
{
color: #A4BA8E;
}
</style>
background-color css
<style>
a { background-color: #A4BA8E; }
a { background-color: rgb(164,186,142); }
div.DivClassName
{
background-color: #A4BA8E;
}
.BgClassName
{
background-color: #A4BA8E;
}
</style>
border-color css
<style>
span { border-color: #A4BA8E; }
span { border-color: rgb(164,186,142); }
td.TdClassName
{
border-color: #A4BA8E;
}
.TagClassName
{
border-color: #A4BA8E;
}
</style>