Shades of Norway #A3BA94
Tints of Norway #A3BA94
RGB
CMYK
RGB Variations
Color information
#A3BA94 (or 0xA3BA94) is known color: Norway. HEX triplet: A3, BA and 94. RGB value is (163,186,148). Sum of RGB (Red+Green+Blue) = 163+186+148=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BA94 is #5C456B. Grayscale: #AEAEAE. Windows color (decimal): -6047084 or 9747107. OLE color: 9747107.
HSL color Cylindrical-coordinate representation of color #A3BA94: hue angle of 96.32º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3BA94 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 186 | 148 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.27 |
| HSL | 96.32º | 0.22% | 0.65% | - |
| HSV(B) | 96.32º | 0.2% | 0.73% | - |
| XYZ | 38.01 | 45.04 | 34.71 | - |
| YUV | 174.79 | 112.88 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 186 | 148 | 0.12 | 0 | 0.20 | 0.27 | 96.32 | 0.22 | 0.65 |
| Hex | A3 | BA | 94 | C | 0 | 14 | 1B | 60 | 16 | 41 |
| Octal | 243 | 272 | 224 | 14 | 0 | 24 | 33 | 140 | 26 | 101 |
| Binary | 10100011 | 10111010 | 10010100 | 1100 | 0 | 10100 | 11011 | 1100000 | 10110 | 1000001 |
Color Harmonies of #A3BA94
Complementary color
Monochromatic Colors of #A3BA94
Black with #A3BA94
Text Example
Text Example
White with #A3BA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BA94; }
p { color: rgb(163,186,148); }
H1.HeaderClassName
{
color: #A3BA94;
}
.AnyTagClassName
{
color: #A3BA94;
}
</style>
background-color css
<style>
a { background-color: #A3BA94; }
a { background-color: rgb(163,186,148); }
div.DivClassName
{
background-color: #A3BA94;
}
.BgClassName
{
background-color: #A3BA94;
}
</style>
border-color css
<style>
span { border-color: #A3BA94; }
span { border-color: rgb(163,186,148); }
td.TdClassName
{
border-color: #A3BA94;
}
.TagClassName
{
border-color: #A3BA94;
}
</style>