Shades of Norway #A3BC8D
Tints of Norway #A3BC8D
RGB
CMYK
RGB Variations
Color information
#A3BC8D (or 0xA3BC8D) is known color: Norway. HEX triplet: A3, BC and 8D. RGB value is (163,188,141). Sum of RGB (Red+Green+Blue) = 163+188+141=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BC8D is #5C4372. Grayscale: #AFAFAF. Windows color (decimal): -6046579 or 9288867. OLE color: 9288867.
HSL color Cylindrical-coordinate representation of color #A3BC8D: hue angle of 91.91º degrees, saturation: 0.26, 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 #A3BC8D is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 188 | 141 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.26 |
| HSL | 91.91º | 0.26% | 0.65% | - |
| HSV(B) | 91.91º | 0.25% | 0.74% | - |
| XYZ | 37.9 | 45.68 | 32.02 | - |
| YUV | 175.17 | 108.72 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 188 | 141 | 0.13 | 0 | 0.25 | 0.26 | 91.91 | 0.26 | 0.65 |
| Hex | A3 | BC | 8D | D | 0 | 19 | 1A | 5C | 1A | 41 |
| Octal | 243 | 274 | 215 | 15 | 0 | 31 | 32 | 134 | 32 | 101 |
| Binary | 10100011 | 10111100 | 10001101 | 1101 | 0 | 11001 | 11010 | 1011100 | 11010 | 1000001 |
Color Harmonies of #A3BC8D
Complementary color
Monochromatic Colors of #A3BC8D
Black with #A3BC8D
Text Example
Text Example
White with #A3BC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BC8D; }
p { color: rgb(163,188,141); }
H1.HeaderClassName
{
color: #A3BC8D;
}
.AnyTagClassName
{
color: #A3BC8D;
}
</style>
background-color css
<style>
a { background-color: #A3BC8D; }
a { background-color: rgb(163,188,141); }
div.DivClassName
{
background-color: #A3BC8D;
}
.BgClassName
{
background-color: #A3BC8D;
}
</style>
border-color css
<style>
span { border-color: #A3BC8D; }
span { border-color: rgb(163,188,141); }
td.TdClassName
{
border-color: #A3BC8D;
}
.TagClassName
{
border-color: #A3BC8D;
}
</style>