Shades of Norway #A3BC94
Tints of Norway #A3BC94
RGB
CMYK
RGB Variations
Color information
#A3BC94 (or 0xA3BC94) is known color: Norway. HEX triplet: A3, BC and 94. RGB value is (163,188,148). Sum of RGB (Red+Green+Blue) = 163+188+148=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BC94 is #5C436B. Grayscale: #B0B0B0. Windows color (decimal): -6046572 or 9747619. OLE color: 9747619.
HSL color Cylindrical-coordinate representation of color #A3BC94: hue angle of 97.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3BC94 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 188 | 148 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.26 |
| HSL | 97.5º | 0.23% | 0.66% | - |
| HSV(B) | 97.5º | 0.21% | 0.74% | - |
| XYZ | 38.43 | 45.89 | 34.85 | - |
| YUV | 175.97 | 112.22 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 188 | 148 | 0.13 | 0 | 0.21 | 0.26 | 97.5 | 0.23 | 0.66 |
| Hex | A3 | BC | 94 | D | 0 | 15 | 1A | 62 | 17 | 42 |
| Octal | 243 | 274 | 224 | 15 | 0 | 25 | 32 | 142 | 27 | 102 |
| Binary | 10100011 | 10111100 | 10010100 | 1101 | 0 | 10101 | 11010 | 1100010 | 10111 | 1000010 |
Color Harmonies of #A3BC94
Complementary color
Monochromatic Colors of #A3BC94
Black with #A3BC94
Text Example
Text Example
White with #A3BC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BC94; }
p { color: rgb(163,188,148); }
H1.HeaderClassName
{
color: #A3BC94;
}
.AnyTagClassName
{
color: #A3BC94;
}
</style>
background-color css
<style>
a { background-color: #A3BC94; }
a { background-color: rgb(163,188,148); }
div.DivClassName
{
background-color: #A3BC94;
}
.BgClassName
{
background-color: #A3BC94;
}
</style>
border-color css
<style>
span { border-color: #A3BC94; }
span { border-color: rgb(163,188,148); }
td.TdClassName
{
border-color: #A3BC94;
}
.TagClassName
{
border-color: #A3BC94;
}
</style>