Shades of Norway #A2BC8F
Tints of Norway #A2BC8F
RGB
CMYK
RGB Variations
Color information
#A2BC8F (or 0xA2BC8F) is known color: Norway. HEX triplet: A2, BC and 8F. RGB value is (162,188,143). Sum of RGB (Red+Green+Blue) = 162+188+143=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 143 (56.25% from 255 or 29.01% from 493); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BC8F is #5D4370. Grayscale: #AFAFAF. Windows color (decimal): -6112113 or 9419938. OLE color: 9419938.
HSL color Cylindrical-coordinate representation of color #A2BC8F: hue angle of 94.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2BC8F is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 143 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.26 |
| HSL | 94.67º | 0.25% | 0.65% | - |
| HSV(B) | 94.67º | 0.24% | 0.74% | - |
| XYZ | 37.84 | 45.63 | 32.8 | - |
| YUV | 175.1 | 109.89 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 143 | 0.14 | 0 | 0.24 | 0.26 | 94.67 | 0.25 | 0.65 |
| Hex | A2 | BC | 8F | E | 0 | 18 | 1A | 5F | 19 | 41 |
| Octal | 242 | 274 | 217 | 16 | 0 | 30 | 32 | 137 | 31 | 101 |
| Binary | 10100010 | 10111100 | 10001111 | 1110 | 0 | 11000 | 11010 | 1011111 | 11001 | 1000001 |
Color Harmonies of #A2BC8F
Complementary color
Monochromatic Colors of #A2BC8F
Black with #A2BC8F
Text Example
Text Example
White with #A2BC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC8F; }
p { color: rgb(162,188,143); }
H1.HeaderClassName
{
color: #A2BC8F;
}
.AnyTagClassName
{
color: #A2BC8F;
}
</style>
background-color css
<style>
a { background-color: #A2BC8F; }
a { background-color: rgb(162,188,143); }
div.DivClassName
{
background-color: #A2BC8F;
}
.BgClassName
{
background-color: #A2BC8F;
}
</style>
border-color css
<style>
span { border-color: #A2BC8F; }
span { border-color: rgb(162,188,143); }
td.TdClassName
{
border-color: #A2BC8F;
}
.TagClassName
{
border-color: #A2BC8F;
}
</style>