Shades of Norway #A4BA84
Tints of Norway #A4BA84
RGB
CMYK
RGB Variations
Color information
#A4BA84 (or 0xA4BA84) is known color: Norway. HEX triplet: A4, BA and 84. RGB value is (164,186,132). Sum of RGB (Red+Green+Blue) = 164+186+132=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 132 (51.95% from 255 or 27.39% from 482); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BA84 is #5B457B. Grayscale: #ADADAD. Windows color (decimal): -5981564 or 8698532. OLE color: 8698532.
HSL color Cylindrical-coordinate representation of color #A4BA84: hue angle of 84.44º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4BA84 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 186 | 132 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.27 |
| HSL | 84.44º | 0.28% | 0.62% | - |
| HSV(B) | 84.44º | 0.29% | 0.73% | - |
| XYZ | 37.03 | 44.68 | 28.5 | - |
| YUV | 173.27 | 104.71 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 186 | 132 | 0.12 | 0 | 0.29 | 0.27 | 84.44 | 0.28 | 0.62 |
| Hex | A4 | BA | 84 | C | 0 | 1D | 1B | 54 | 1C | 3E |
| Octal | 244 | 272 | 204 | 14 | 0 | 35 | 33 | 124 | 34 | 76 |
| Binary | 10100100 | 10111010 | 10000100 | 1100 | 0 | 11101 | 11011 | 1010100 | 11100 | 111110 |
Color Harmonies of #A4BA84
Complementary color
Monochromatic Colors of #A4BA84
Black with #A4BA84
Text Example
Text Example
White with #A4BA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BA84; }
p { color: rgb(164,186,132); }
H1.HeaderClassName
{
color: #A4BA84;
}
.AnyTagClassName
{
color: #A4BA84;
}
</style>
background-color css
<style>
a { background-color: #A4BA84; }
a { background-color: rgb(164,186,132); }
div.DivClassName
{
background-color: #A4BA84;
}
.BgClassName
{
background-color: #A4BA84;
}
</style>
border-color css
<style>
span { border-color: #A4BA84; }
span { border-color: rgb(164,186,132); }
td.TdClassName
{
border-color: #A4BA84;
}
.TagClassName
{
border-color: #A4BA84;
}
</style>