Shades of Norway #A2B88C
Tints of Norway #A2B88C
RGB
CMYK
RGB Variations
Color information
#A2B88C (or 0xA2B88C) is known color: Norway. HEX triplet: A2, B8 and 8C. RGB value is (162,184,140). Sum of RGB (Red+Green+Blue) = 162+184+140=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 184 - color contains mainly: green. Hex color #A2B88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B88C is #5D4773. Grayscale: #ACACAC. Windows color (decimal): -6113140 or 9222306. OLE color: 9222306.
HSL color Cylindrical-coordinate representation of color #A2B88C: hue angle of 90º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2B88C is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 184 | 140 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.28 |
| HSL | 90º | 0.24% | 0.64% | - |
| HSV(B) | 90º | 0.24% | 0.72% | - |
| XYZ | 36.77 | 43.86 | 31.34 | - |
| YUV | 172.41 | 109.71 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 184 | 140 | 0.12 | 0 | 0.24 | 0.28 | 90 | 0.24 | 0.64 |
| Hex | A2 | B8 | 8C | C | 0 | 18 | 1C | 5A | 18 | 40 |
| Octal | 242 | 270 | 214 | 14 | 0 | 30 | 34 | 132 | 30 | 100 |
| Binary | 10100010 | 10111000 | 10001100 | 1100 | 0 | 11000 | 11100 | 1011010 | 11000 | 1000000 |
Color Harmonies of #A2B88C
Complementary color
Monochromatic Colors of #A2B88C
Black with #A2B88C
Text Example
Text Example
White with #A2B88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B88C; }
p { color: rgb(162,184,140); }
H1.HeaderClassName
{
color: #A2B88C;
}
.AnyTagClassName
{
color: #A2B88C;
}
</style>
background-color css
<style>
a { background-color: #A2B88C; }
a { background-color: rgb(162,184,140); }
div.DivClassName
{
background-color: #A2B88C;
}
.BgClassName
{
background-color: #A2B88C;
}
</style>
border-color css
<style>
span { border-color: #A2B88C; }
span { border-color: rgb(162,184,140); }
td.TdClassName
{
border-color: #A2B88C;
}
.TagClassName
{
border-color: #A2B88C;
}
</style>