Shades of Norway #A2BA8A
Tints of Norway #A2BA8A
RGB
CMYK
RGB Variations
Color information
#A2BA8A (or 0xA2BA8A) is known color: Norway. HEX triplet: A2, BA and 8A. RGB value is (162,186,138). Sum of RGB (Red+Green+Blue) = 162+186+138=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BA8A is #5D4575. Grayscale: #ADADAD. Windows color (decimal): -6112630 or 9091746. OLE color: 9091746.
HSL color Cylindrical-coordinate representation of color #A2BA8A: hue angle of 90º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2BA8A is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 186 | 138 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.27 |
| HSL | 90º | 0.26% | 0.64% | - |
| HSV(B) | 90º | 0.26% | 0.73% | - |
| XYZ | 37.05 | 44.63 | 30.71 | - |
| YUV | 173.35 | 108.05 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 186 | 138 | 0.13 | 0 | 0.26 | 0.27 | 90 | 0.26 | 0.64 |
| Hex | A2 | BA | 8A | D | 0 | 1A | 1B | 5A | 1A | 40 |
| Octal | 242 | 272 | 212 | 15 | 0 | 32 | 33 | 132 | 32 | 100 |
| Binary | 10100010 | 10111010 | 10001010 | 1101 | 0 | 11010 | 11011 | 1011010 | 11010 | 1000000 |
Color Harmonies of #A2BA8A
Complementary color
Monochromatic Colors of #A2BA8A
Black with #A2BA8A
Text Example
Text Example
White with #A2BA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BA8A; }
p { color: rgb(162,186,138); }
H1.HeaderClassName
{
color: #A2BA8A;
}
.AnyTagClassName
{
color: #A2BA8A;
}
</style>
background-color css
<style>
a { background-color: #A2BA8A; }
a { background-color: rgb(162,186,138); }
div.DivClassName
{
background-color: #A2BA8A;
}
.BgClassName
{
background-color: #A2BA8A;
}
</style>
border-color css
<style>
span { border-color: #A2BA8A; }
span { border-color: rgb(162,186,138); }
td.TdClassName
{
border-color: #A2BA8A;
}
.TagClassName
{
border-color: #A2BA8A;
}
</style>