Shades of Norway #A3BE89
Tints of Norway #A3BE89
RGB
CMYK
RGB Variations
Color information
#A3BE89 (or 0xA3BE89) is known color: Norway. HEX triplet: A3, BE and 89. RGB value is (163,190,137). Sum of RGB (Red+Green+Blue) = 163+190+137=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 137 (53.91% from 255 or 27.96% from 490); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BE89 is #5C4176. Grayscale: #B0B0B0. Windows color (decimal): -6046071 or 9027235. OLE color: 9027235.
HSL color Cylindrical-coordinate representation of color #A3BE89: hue angle of 90.57º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A3BE89 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 190 | 137 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.25 |
| HSL | 90.57º | 0.29% | 0.64% | - |
| HSV(B) | 90.57º | 0.28% | 0.75% | - |
| XYZ | 38.03 | 46.42 | 30.62 | - |
| YUV | 175.89 | 106.05 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 190 | 137 | 0.14 | 0 | 0.28 | 0.25 | 90.57 | 0.29 | 0.64 |
| Hex | A3 | BE | 89 | E | 0 | 1C | 19 | 5B | 1D | 40 |
| Octal | 243 | 276 | 211 | 16 | 0 | 34 | 31 | 133 | 35 | 100 |
| Binary | 10100011 | 10111110 | 10001001 | 1110 | 0 | 11100 | 11001 | 1011011 | 11101 | 1000000 |
Color Harmonies of #A3BE89
Complementary color
Monochromatic Colors of #A3BE89
Black with #A3BE89
Text Example
Text Example
White with #A3BE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BE89; }
p { color: rgb(163,190,137); }
H1.HeaderClassName
{
color: #A3BE89;
}
.AnyTagClassName
{
color: #A3BE89;
}
</style>
background-color css
<style>
a { background-color: #A3BE89; }
a { background-color: rgb(163,190,137); }
div.DivClassName
{
background-color: #A3BE89;
}
.BgClassName
{
background-color: #A3BE89;
}
</style>
border-color css
<style>
span { border-color: #A3BE89; }
span { border-color: rgb(163,190,137); }
td.TdClassName
{
border-color: #A3BE89;
}
.TagClassName
{
border-color: #A3BE89;
}
</style>