Shades of Norway #A3BC84
Tints of Norway #A3BC84
RGB
CMYK
RGB Variations
Color information
#A3BC84 (or 0xA3BC84) is known color: Norway. HEX triplet: A3, BC and 84. RGB value is (163,188,132). Sum of RGB (Red+Green+Blue) = 163+188+132=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 132 (51.95% from 255 or 27.33% from 483); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BC84 is #5C437B. Grayscale: #AEAEAE. Windows color (decimal): -6046588 or 8699043. OLE color: 8699043.
HSL color Cylindrical-coordinate representation of color #A3BC84: hue angle of 86.79º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3BC84 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 188 | 132 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.26 |
| HSL | 86.79º | 0.29% | 0.63% | - |
| HSV(B) | 86.79º | 0.3% | 0.74% | - |
| XYZ | 37.25 | 45.42 | 28.63 | - |
| YUV | 174.14 | 104.22 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 188 | 132 | 0.13 | 0 | 0.30 | 0.26 | 86.79 | 0.29 | 0.63 |
| Hex | A3 | BC | 84 | D | 0 | 1E | 1A | 57 | 1D | 3F |
| Octal | 243 | 274 | 204 | 15 | 0 | 36 | 32 | 127 | 35 | 77 |
| Binary | 10100011 | 10111100 | 10000100 | 1101 | 0 | 11110 | 11010 | 1010111 | 11101 | 111111 |
Color Harmonies of #A3BC84
Complementary color
Monochromatic Colors of #A3BC84
Black with #A3BC84
Text Example
Text Example
White with #A3BC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BC84; }
p { color: rgb(163,188,132); }
H1.HeaderClassName
{
color: #A3BC84;
}
.AnyTagClassName
{
color: #A3BC84;
}
</style>
background-color css
<style>
a { background-color: #A3BC84; }
a { background-color: rgb(163,188,132); }
div.DivClassName
{
background-color: #A3BC84;
}
.BgClassName
{
background-color: #A3BC84;
}
</style>
border-color css
<style>
span { border-color: #A3BC84; }
span { border-color: rgb(163,188,132); }
td.TdClassName
{
border-color: #A3BC84;
}
.TagClassName
{
border-color: #A3BC84;
}
</style>