Shades of Norway #A3BD91
Tints of Norway #A3BD91
RGB
CMYK
RGB Variations
Color information
#A3BD91 (or 0xA3BD91) is known color: Norway. HEX triplet: A3, BD and 91. RGB value is (163,189,145). Sum of RGB (Red+Green+Blue) = 163+189+145=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 145 (57.03% from 255 or 29.18% from 497); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BD91 is #5C426E. Grayscale: #B0B0B0. Windows color (decimal): -6046319 or 9551267. OLE color: 9551267.
HSL color Cylindrical-coordinate representation of color #A3BD91: hue angle of 95.45º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3BD91 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 189 | 145 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.26 |
| HSL | 95.45º | 0.25% | 0.65% | - |
| HSV(B) | 95.45º | 0.23% | 0.74% | - |
| XYZ | 38.41 | 46.23 | 33.69 | - |
| YUV | 176.21 | 110.39 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 189 | 145 | 0.14 | 0 | 0.23 | 0.26 | 95.45 | 0.25 | 0.65 |
| Hex | A3 | BD | 91 | E | 0 | 17 | 1A | 5F | 19 | 41 |
| Octal | 243 | 275 | 221 | 16 | 0 | 27 | 32 | 137 | 31 | 101 |
| Binary | 10100011 | 10111101 | 10010001 | 1110 | 0 | 10111 | 11010 | 1011111 | 11001 | 1000001 |
Color Harmonies of #A3BD91
Complementary color
Monochromatic Colors of #A3BD91
Black with #A3BD91
Text Example
Text Example
White with #A3BD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BD91; }
p { color: rgb(163,189,145); }
H1.HeaderClassName
{
color: #A3BD91;
}
.AnyTagClassName
{
color: #A3BD91;
}
</style>
background-color css
<style>
a { background-color: #A3BD91; }
a { background-color: rgb(163,189,145); }
div.DivClassName
{
background-color: #A3BD91;
}
.BgClassName
{
background-color: #A3BD91;
}
</style>
border-color css
<style>
span { border-color: #A3BD91; }
span { border-color: rgb(163,189,145); }
td.TdClassName
{
border-color: #A3BD91;
}
.TagClassName
{
border-color: #A3BD91;
}
</style>