Shades of Norway #A3BC91
Tints of Norway #A3BC91
RGB
CMYK
RGB Variations
Color information
#A3BC91 (or 0xA3BC91) is known color: Norway. HEX triplet: A3, BC and 91. RGB value is (163,188,145). Sum of RGB (Red+Green+Blue) = 163+188+145=496 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.86% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 145 (57.03% from 255 or 29.23% from 496); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BC91 is #5C436E. Grayscale: #AFAFAF. Windows color (decimal): -6046575 or 9551011. OLE color: 9551011.
HSL color Cylindrical-coordinate representation of color #A3BC91: hue angle of 94.88º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3BC91 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 188 | 145 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.26 |
| HSL | 94.88º | 0.24% | 0.65% | - |
| HSV(B) | 94.88º | 0.23% | 0.74% | - |
| XYZ | 38.2 | 45.8 | 33.61 | - |
| YUV | 175.62 | 110.72 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 188 | 145 | 0.13 | 0 | 0.23 | 0.26 | 94.88 | 0.24 | 0.65 |
| Hex | A3 | BC | 91 | D | 0 | 17 | 1A | 5F | 18 | 41 |
| Octal | 243 | 274 | 221 | 15 | 0 | 27 | 32 | 137 | 30 | 101 |
| Binary | 10100011 | 10111100 | 10010001 | 1101 | 0 | 10111 | 11010 | 1011111 | 11000 | 1000001 |
Color Harmonies of #A3BC91
Complementary color
Monochromatic Colors of #A3BC91
Black with #A3BC91
Text Example
Text Example
White with #A3BC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BC91; }
p { color: rgb(163,188,145); }
H1.HeaderClassName
{
color: #A3BC91;
}
.AnyTagClassName
{
color: #A3BC91;
}
</style>
background-color css
<style>
a { background-color: #A3BC91; }
a { background-color: rgb(163,188,145); }
div.DivClassName
{
background-color: #A3BC91;
}
.BgClassName
{
background-color: #A3BC91;
}
</style>
border-color css
<style>
span { border-color: #A3BC91; }
span { border-color: rgb(163,188,145); }
td.TdClassName
{
border-color: #A3BC91;
}
.TagClassName
{
border-color: #A3BC91;
}
</style>