Shades of Norway #A4BE8C
Tints of Norway #A4BE8C
RGB
CMYK
RGB Variations
Color information
#A4BE8C (or 0xA4BE8C) is known color: Norway. HEX triplet: A4, BE and 8C. RGB value is (164,190,140). Sum of RGB (Red+Green+Blue) = 164+190+140=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BE8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BE8C is #5B4173. Grayscale: #B0B0B0. Windows color (decimal): -5980532 or 9223844. OLE color: 9223844.
HSL color Cylindrical-coordinate representation of color #A4BE8C: hue angle of 91.2º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4BE8C is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 190 | 140 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.25 |
| HSL | 91.2º | 0.28% | 0.65% | - |
| HSV(B) | 91.2º | 0.26% | 0.75% | - |
| XYZ | 38.46 | 46.61 | 31.78 | - |
| YUV | 176.53 | 107.39 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 190 | 140 | 0.14 | 0 | 0.26 | 0.25 | 91.2 | 0.28 | 0.65 |
| Hex | A4 | BE | 8C | E | 0 | 1A | 19 | 5B | 1C | 41 |
| Octal | 244 | 276 | 214 | 16 | 0 | 32 | 31 | 133 | 34 | 101 |
| Binary | 10100100 | 10111110 | 10001100 | 1110 | 0 | 11010 | 11001 | 1011011 | 11100 | 1000001 |
Color Harmonies of #A4BE8C
Complementary color
Monochromatic Colors of #A4BE8C
Black with #A4BE8C
Text Example
Text Example
White with #A4BE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BE8C; }
p { color: rgb(164,190,140); }
H1.HeaderClassName
{
color: #A4BE8C;
}
.AnyTagClassName
{
color: #A4BE8C;
}
</style>
background-color css
<style>
a { background-color: #A4BE8C; }
a { background-color: rgb(164,190,140); }
div.DivClassName
{
background-color: #A4BE8C;
}
.BgClassName
{
background-color: #A4BE8C;
}
</style>
border-color css
<style>
span { border-color: #A4BE8C; }
span { border-color: rgb(164,190,140); }
td.TdClassName
{
border-color: #A4BE8C;
}
.TagClassName
{
border-color: #A4BE8C;
}
</style>