Shades of Norway #A3BE87
Tints of Norway #A3BE87
RGB
CMYK
RGB Variations
Color information
#A3BE87 (or 0xA3BE87) is known color: Norway. HEX triplet: A3, BE and 87. RGB value is (163,190,135). Sum of RGB (Red+Green+Blue) = 163+190+135=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 135 (53.12% from 255 or 27.66% from 488); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BE87 is #5C4178. Grayscale: #AFAFAF. Windows color (decimal): -6046073 or 8896163. OLE color: 8896163.
HSL color Cylindrical-coordinate representation of color #A3BE87: hue angle of 89.45º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3BE87 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 190 | 135 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.25 |
| HSL | 89.45º | 0.3% | 0.64% | - |
| HSV(B) | 89.45º | 0.29% | 0.75% | - |
| XYZ | 37.89 | 46.36 | 29.87 | - |
| YUV | 175.66 | 105.05 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 190 | 135 | 0.14 | 0 | 0.29 | 0.25 | 89.45 | 0.3 | 0.64 |
| Hex | A3 | BE | 87 | E | 0 | 1D | 19 | 59 | 1E | 40 |
| Octal | 243 | 276 | 207 | 16 | 0 | 35 | 31 | 131 | 36 | 100 |
| Binary | 10100011 | 10111110 | 10000111 | 1110 | 0 | 11101 | 11001 | 1011001 | 11110 | 1000000 |
Color Harmonies of #A3BE87
Complementary color
Monochromatic Colors of #A3BE87
Black with #A3BE87
Text Example
Text Example
White with #A3BE87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BE87; }
p { color: rgb(163,190,135); }
H1.HeaderClassName
{
color: #A3BE87;
}
.AnyTagClassName
{
color: #A3BE87;
}
</style>
background-color css
<style>
a { background-color: #A3BE87; }
a { background-color: rgb(163,190,135); }
div.DivClassName
{
background-color: #A3BE87;
}
.BgClassName
{
background-color: #A3BE87;
}
</style>
border-color css
<style>
span { border-color: #A3BE87; }
span { border-color: rgb(163,190,135); }
td.TdClassName
{
border-color: #A3BE87;
}
.TagClassName
{
border-color: #A3BE87;
}
</style>