Shades of Norway #A2BB8B
Tints of Norway #A2BB8B
RGB
CMYK
RGB Variations
Color information
#A2BB8B (or 0xA2BB8B) is known color: Norway. HEX triplet: A2, BB and 8B. RGB value is (162,187,139). Sum of RGB (Red+Green+Blue) = 162+187+139=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BB8B is #5D4474. Grayscale: #AEAEAE. Windows color (decimal): -6112373 or 9157538. OLE color: 9157538.
HSL color Cylindrical-coordinate representation of color #A2BB8B: hue angle of 91.25º 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 #A2BB8B is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 187 | 139 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.27 |
| HSL | 91.25º | 0.26% | 0.64% | - |
| HSV(B) | 91.25º | 0.26% | 0.73% | - |
| XYZ | 37.33 | 45.09 | 31.16 | - |
| YUV | 174.05 | 108.22 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 187 | 139 | 0.13 | 0 | 0.26 | 0.27 | 91.25 | 0.26 | 0.64 |
| Hex | A2 | BB | 8B | D | 0 | 1A | 1B | 5B | 1A | 40 |
| Octal | 242 | 273 | 213 | 15 | 0 | 32 | 33 | 133 | 32 | 100 |
| Binary | 10100010 | 10111011 | 10001011 | 1101 | 0 | 11010 | 11011 | 1011011 | 11010 | 1000000 |
Color Harmonies of #A2BB8B
Complementary color
Monochromatic Colors of #A2BB8B
Black with #A2BB8B
Text Example
Text Example
White with #A2BB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BB8B; }
p { color: rgb(162,187,139); }
H1.HeaderClassName
{
color: #A2BB8B;
}
.AnyTagClassName
{
color: #A2BB8B;
}
</style>
background-color css
<style>
a { background-color: #A2BB8B; }
a { background-color: rgb(162,187,139); }
div.DivClassName
{
background-color: #A2BB8B;
}
.BgClassName
{
background-color: #A2BB8B;
}
</style>
border-color css
<style>
span { border-color: #A2BB8B; }
span { border-color: rgb(162,187,139); }
td.TdClassName
{
border-color: #A2BB8B;
}
.TagClassName
{
border-color: #A2BB8B;
}
</style>