Shades of Norway #A3BC89
Tints of Norway #A3BC89
RGB
CMYK
RGB Variations
Color information
#A3BC89 (or 0xA3BC89) is known color: Norway. HEX triplet: A3, BC and 89. RGB value is (163,188,137). Sum of RGB (Red+Green+Blue) = 163+188+137=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 137 (53.91% from 255 or 28.07% from 488); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BC89 is #5C4376. Grayscale: #AEAEAE. Windows color (decimal): -6046583 or 9026723. OLE color: 9026723.
HSL color Cylindrical-coordinate representation of color #A3BC89: hue angle of 89.41º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3BC89 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 188 | 137 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.26 |
| HSL | 89.41º | 0.28% | 0.64% | - |
| HSV(B) | 89.41º | 0.27% | 0.74% | - |
| XYZ | 37.6 | 45.56 | 30.48 | - |
| YUV | 174.71 | 106.72 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 188 | 137 | 0.13 | 0 | 0.27 | 0.26 | 89.41 | 0.28 | 0.64 |
| Hex | A3 | BC | 89 | D | 0 | 1B | 1A | 59 | 1C | 40 |
| Octal | 243 | 274 | 211 | 15 | 0 | 33 | 32 | 131 | 34 | 100 |
| Binary | 10100011 | 10111100 | 10001001 | 1101 | 0 | 11011 | 11010 | 1011001 | 11100 | 1000000 |
Color Harmonies of #A3BC89
Complementary color
Monochromatic Colors of #A3BC89
Black with #A3BC89
Text Example
Text Example
White with #A3BC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BC89; }
p { color: rgb(163,188,137); }
H1.HeaderClassName
{
color: #A3BC89;
}
.AnyTagClassName
{
color: #A3BC89;
}
</style>
background-color css
<style>
a { background-color: #A3BC89; }
a { background-color: rgb(163,188,137); }
div.DivClassName
{
background-color: #A3BC89;
}
.BgClassName
{
background-color: #A3BC89;
}
</style>
border-color css
<style>
span { border-color: #A3BC89; }
span { border-color: rgb(163,188,137); }
td.TdClassName
{
border-color: #A3BC89;
}
.TagClassName
{
border-color: #A3BC89;
}
</style>