Shades of Norway #A2BD88
Tints of Norway #A2BD88
RGB
CMYK
RGB Variations
Color information
#A2BD88 (or 0xA2BD88) is known color: Norway. HEX triplet: A2, BD and 88. RGB value is (162,189,136). Sum of RGB (Red+Green+Blue) = 162+189+136=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BD88 is #5D4277. Grayscale: #AFAFAF. Windows color (decimal): -6111864 or 8961442. OLE color: 8961442.
HSL color Cylindrical-coordinate representation of color #A2BD88: hue angle of 90.57º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A2BD88 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 189 | 136 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.26 |
| HSL | 90.57º | 0.29% | 0.64% | - |
| HSV(B) | 90.57º | 0.28% | 0.74% | - |
| XYZ | 37.54 | 45.85 | 30.16 | - |
| YUV | 174.89 | 106.05 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 189 | 136 | 0.14 | 0 | 0.28 | 0.26 | 90.57 | 0.29 | 0.64 |
| Hex | A2 | BD | 88 | E | 0 | 1C | 1A | 5B | 1D | 40 |
| Octal | 242 | 275 | 210 | 16 | 0 | 34 | 32 | 133 | 35 | 100 |
| Binary | 10100010 | 10111101 | 10001000 | 1110 | 0 | 11100 | 11010 | 1011011 | 11101 | 1000000 |
Color Harmonies of #A2BD88
Complementary color
Monochromatic Colors of #A2BD88
Black with #A2BD88
Text Example
Text Example
White with #A2BD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BD88; }
p { color: rgb(162,189,136); }
H1.HeaderClassName
{
color: #A2BD88;
}
.AnyTagClassName
{
color: #A2BD88;
}
</style>
background-color css
<style>
a { background-color: #A2BD88; }
a { background-color: rgb(162,189,136); }
div.DivClassName
{
background-color: #A2BD88;
}
.BgClassName
{
background-color: #A2BD88;
}
</style>
border-color css
<style>
span { border-color: #A2BD88; }
span { border-color: rgb(162,189,136); }
td.TdClassName
{
border-color: #A2BD88;
}
.TagClassName
{
border-color: #A2BD88;
}
</style>