Shades of Norway #A4BE8B
Tints of Norway #A4BE8B
RGB
CMYK
RGB Variations
Color information
#A4BE8B (or 0xA4BE8B) is known color: Norway. HEX triplet: A4, BE and 8B. RGB value is (164,190,139). Sum of RGB (Red+Green+Blue) = 164+190+139=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BE8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BE8B is #5B4174. Grayscale: #B0B0B0. Windows color (decimal): -5980533 or 9158308. OLE color: 9158308.
HSL color Cylindrical-coordinate representation of color #A4BE8B: hue angle of 90.59º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4BE8B is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 190 | 139 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.25 |
| HSL | 90.59º | 0.28% | 0.65% | - |
| HSV(B) | 90.59º | 0.27% | 0.75% | - |
| XYZ | 38.38 | 46.58 | 31.39 | - |
| YUV | 176.41 | 106.89 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 190 | 139 | 0.14 | 0 | 0.27 | 0.25 | 90.59 | 0.28 | 0.65 |
| Hex | A4 | BE | 8B | E | 0 | 1B | 19 | 5B | 1C | 41 |
| Octal | 244 | 276 | 213 | 16 | 0 | 33 | 31 | 133 | 34 | 101 |
| Binary | 10100100 | 10111110 | 10001011 | 1110 | 0 | 11011 | 11001 | 1011011 | 11100 | 1000001 |
Color Harmonies of #A4BE8B
Complementary color
Monochromatic Colors of #A4BE8B
Black with #A4BE8B
Text Example
Text Example
White with #A4BE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BE8B; }
p { color: rgb(164,190,139); }
H1.HeaderClassName
{
color: #A4BE8B;
}
.AnyTagClassName
{
color: #A4BE8B;
}
</style>
background-color css
<style>
a { background-color: #A4BE8B; }
a { background-color: rgb(164,190,139); }
div.DivClassName
{
background-color: #A4BE8B;
}
.BgClassName
{
background-color: #A4BE8B;
}
</style>
border-color css
<style>
span { border-color: #A4BE8B; }
span { border-color: rgb(164,190,139); }
td.TdClassName
{
border-color: #A4BE8B;
}
.TagClassName
{
border-color: #A4BE8B;
}
</style>