Shades of Norway #A3BA81
Tints of Norway #A3BA81
RGB
CMYK
RGB Variations
Color information
#A3BA81 (or 0xA3BA81) is known color: Norway. HEX triplet: A3, BA and 81. RGB value is (163,186,129). Sum of RGB (Red+Green+Blue) = 163+186+129=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BA81 is #5C457E. Grayscale: #ACACAC. Windows color (decimal): -6047103 or 8501923. OLE color: 8501923.
HSL color Cylindrical-coordinate representation of color #A3BA81: hue angle of 84.21º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3BA81 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 186 | 129 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.27 |
| HSL | 84.21º | 0.29% | 0.62% | - |
| HSV(B) | 84.21º | 0.31% | 0.73% | - |
| XYZ | 36.63 | 44.49 | 27.43 | - |
| YUV | 172.63 | 103.38 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 186 | 129 | 0.12 | 0 | 0.31 | 0.27 | 84.21 | 0.29 | 0.62 |
| Hex | A3 | BA | 81 | C | 0 | 1F | 1B | 54 | 1D | 3E |
| Octal | 243 | 272 | 201 | 14 | 0 | 37 | 33 | 124 | 35 | 76 |
| Binary | 10100011 | 10111010 | 10000001 | 1100 | 0 | 11111 | 11011 | 1010100 | 11101 | 111110 |
Color Harmonies of #A3BA81
Complementary color
Monochromatic Colors of #A3BA81
Black with #A3BA81
Text Example
Text Example
White with #A3BA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BA81; }
p { color: rgb(163,186,129); }
H1.HeaderClassName
{
color: #A3BA81;
}
.AnyTagClassName
{
color: #A3BA81;
}
</style>
background-color css
<style>
a { background-color: #A3BA81; }
a { background-color: rgb(163,186,129); }
div.DivClassName
{
background-color: #A3BA81;
}
.BgClassName
{
background-color: #A3BA81;
}
</style>
border-color css
<style>
span { border-color: #A3BA81; }
span { border-color: rgb(163,186,129); }
td.TdClassName
{
border-color: #A3BA81;
}
.TagClassName
{
border-color: #A3BA81;
}
</style>