Shades of Norway #A3BD82
Tints of Norway #A3BD82
RGB
CMYK
RGB Variations
Color information
#A3BD82 (or 0xA3BD82) is known color: Norway. HEX triplet: A3, BD and 82. RGB value is (163,189,130). Sum of RGB (Red+Green+Blue) = 163+189+130=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BD82 is #5C427D. Grayscale: #AEAEAE. Windows color (decimal): -6046334 or 8568227. OLE color: 8568227.
HSL color Cylindrical-coordinate representation of color #A3BD82: hue angle of 86.44º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3BD82 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 189 | 130 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.26 |
| HSL | 86.44º | 0.31% | 0.63% | - |
| HSV(B) | 86.44º | 0.31% | 0.74% | - |
| XYZ | 37.33 | 45.79 | 27.99 | - |
| YUV | 174.5 | 102.89 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 189 | 130 | 0.14 | 0 | 0.31 | 0.26 | 86.44 | 0.31 | 0.63 |
| Hex | A3 | BD | 82 | E | 0 | 1F | 1A | 56 | 1F | 3F |
| Octal | 243 | 275 | 202 | 16 | 0 | 37 | 32 | 126 | 37 | 77 |
| Binary | 10100011 | 10111101 | 10000010 | 1110 | 0 | 11111 | 11010 | 1010110 | 11111 | 111111 |
Color Harmonies of #A3BD82
Complementary color
Monochromatic Colors of #A3BD82
Black with #A3BD82
Text Example
Text Example
White with #A3BD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BD82; }
p { color: rgb(163,189,130); }
H1.HeaderClassName
{
color: #A3BD82;
}
.AnyTagClassName
{
color: #A3BD82;
}
</style>
background-color css
<style>
a { background-color: #A3BD82; }
a { background-color: rgb(163,189,130); }
div.DivClassName
{
background-color: #A3BD82;
}
.BgClassName
{
background-color: #A3BD82;
}
</style>
border-color css
<style>
span { border-color: #A3BD82; }
span { border-color: rgb(163,189,130); }
td.TdClassName
{
border-color: #A3BD82;
}
.TagClassName
{
border-color: #A3BD82;
}
</style>