Shades of Norway #A2BA87
Tints of Norway #A2BA87
RGB
CMYK
RGB Variations
Color information
#A2BA87 (or 0xA2BA87) is known color: Norway. HEX triplet: A2, BA and 87. RGB value is (162,186,135). Sum of RGB (Red+Green+Blue) = 162+186+135=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 135 (53.12% from 255 or 27.95% from 483); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BA87 is #5D4578. Grayscale: #ADADAD. Windows color (decimal): -6112633 or 8895138. OLE color: 8895138.
HSL color Cylindrical-coordinate representation of color #A2BA87: hue angle of 88.24º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2BA87 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 186 | 135 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.27 |
| HSL | 88.24º | 0.27% | 0.63% | - |
| HSV(B) | 88.24º | 0.27% | 0.73% | - |
| XYZ | 36.83 | 44.55 | 29.58 | - |
| YUV | 173.01 | 106.55 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 186 | 135 | 0.13 | 0 | 0.27 | 0.27 | 88.24 | 0.27 | 0.63 |
| Hex | A2 | BA | 87 | D | 0 | 1B | 1B | 58 | 1B | 3F |
| Octal | 242 | 272 | 207 | 15 | 0 | 33 | 33 | 130 | 33 | 77 |
| Binary | 10100010 | 10111010 | 10000111 | 1101 | 0 | 11011 | 11011 | 1011000 | 11011 | 111111 |
Color Harmonies of #A2BA87
Complementary color
Monochromatic Colors of #A2BA87
Black with #A2BA87
Text Example
Text Example
White with #A2BA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BA87; }
p { color: rgb(162,186,135); }
H1.HeaderClassName
{
color: #A2BA87;
}
.AnyTagClassName
{
color: #A2BA87;
}
</style>
background-color css
<style>
a { background-color: #A2BA87; }
a { background-color: rgb(162,186,135); }
div.DivClassName
{
background-color: #A2BA87;
}
.BgClassName
{
background-color: #A2BA87;
}
</style>
border-color css
<style>
span { border-color: #A2BA87; }
span { border-color: rgb(162,186,135); }
td.TdClassName
{
border-color: #A2BA87;
}
.TagClassName
{
border-color: #A2BA87;
}
</style>