Shades of Norway #A3BD8D
Tints of Norway #A3BD8D
RGB
CMYK
RGB Variations
Color information
#A3BD8D (or 0xA3BD8D) is known color: Norway. HEX triplet: A3, BD and 8D. RGB value is (163,189,141). Sum of RGB (Red+Green+Blue) = 163+189+141=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BD8D is #5C4272. Grayscale: #AFAFAF. Windows color (decimal): -6046323 or 9289123. OLE color: 9289123.
HSL color Cylindrical-coordinate representation of color #A3BD8D: hue angle of 92.5º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A3BD8D is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 189 | 141 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.26 |
| HSL | 92.5º | 0.27% | 0.65% | - |
| HSV(B) | 92.5º | 0.25% | 0.74% | - |
| XYZ | 38.11 | 46.1 | 32.09 | - |
| YUV | 175.75 | 108.39 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 189 | 141 | 0.14 | 0 | 0.25 | 0.26 | 92.5 | 0.27 | 0.65 |
| Hex | A3 | BD | 8D | E | 0 | 19 | 1A | 5C | 1B | 41 |
| Octal | 243 | 275 | 215 | 16 | 0 | 31 | 32 | 134 | 33 | 101 |
| Binary | 10100011 | 10111101 | 10001101 | 1110 | 0 | 11001 | 11010 | 1011100 | 11011 | 1000001 |
Color Harmonies of #A3BD8D
Complementary color
Monochromatic Colors of #A3BD8D
Black with #A3BD8D
Text Example
Text Example
White with #A3BD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BD8D; }
p { color: rgb(163,189,141); }
H1.HeaderClassName
{
color: #A3BD8D;
}
.AnyTagClassName
{
color: #A3BD8D;
}
</style>
background-color css
<style>
a { background-color: #A3BD8D; }
a { background-color: rgb(163,189,141); }
div.DivClassName
{
background-color: #A3BD8D;
}
.BgClassName
{
background-color: #A3BD8D;
}
</style>
border-color css
<style>
span { border-color: #A3BD8D; }
span { border-color: rgb(163,189,141); }
td.TdClassName
{
border-color: #A3BD8D;
}
.TagClassName
{
border-color: #A3BD8D;
}
</style>