Shades of Norway #A3BE90
Tints of Norway #A3BE90
RGB
CMYK
RGB Variations
Color information
#A3BE90 (or 0xA3BE90) is known color: Norway. HEX triplet: A3, BE and 90. RGB value is (163,190,144). Sum of RGB (Red+Green+Blue) = 163+190+144=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BE90 is #5C416F. Grayscale: #B0B0B0. Windows color (decimal): -6046064 or 9485987. OLE color: 9485987.
HSL color Cylindrical-coordinate representation of color #A3BE90: hue angle of 95.22º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3BE90 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 190 | 144 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.25 |
| HSL | 95.22º | 0.26% | 0.65% | - |
| HSV(B) | 95.22º | 0.24% | 0.75% | - |
| XYZ | 38.55 | 46.63 | 33.35 | - |
| YUV | 176.68 | 109.55 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 190 | 144 | 0.14 | 0 | 0.24 | 0.25 | 95.22 | 0.26 | 0.65 |
| Hex | A3 | BE | 90 | E | 0 | 18 | 19 | 5F | 1A | 41 |
| Octal | 243 | 276 | 220 | 16 | 0 | 30 | 31 | 137 | 32 | 101 |
| Binary | 10100011 | 10111110 | 10010000 | 1110 | 0 | 11000 | 11001 | 1011111 | 11010 | 1000001 |
Color Harmonies of #A3BE90
Complementary color
Monochromatic Colors of #A3BE90
Black with #A3BE90
Text Example
Text Example
White with #A3BE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BE90; }
p { color: rgb(163,190,144); }
H1.HeaderClassName
{
color: #A3BE90;
}
.AnyTagClassName
{
color: #A3BE90;
}
</style>
background-color css
<style>
a { background-color: #A3BE90; }
a { background-color: rgb(163,190,144); }
div.DivClassName
{
background-color: #A3BE90;
}
.BgClassName
{
background-color: #A3BE90;
}
</style>
border-color css
<style>
span { border-color: #A3BE90; }
span { border-color: rgb(163,190,144); }
td.TdClassName
{
border-color: #A3BE90;
}
.TagClassName
{
border-color: #A3BE90;
}
</style>