Shades of Norway #A2B98B
Tints of Norway #A2B98B
RGB
CMYK
RGB Variations
Color information
#A2B98B (or 0xA2B98B) is known color: Norway. HEX triplet: A2, B9 and 8B. RGB value is (162,185,139). Sum of RGB (Red+Green+Blue) = 162+185+139=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B98B is #5D4674. Grayscale: #ADADAD. Windows color (decimal): -6112885 or 9157026. OLE color: 9157026.
HSL color Cylindrical-coordinate representation of color #A2B98B: hue angle of 90º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2B98B is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 185 | 139 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.27 |
| HSL | 90º | 0.25% | 0.64% | - |
| HSV(B) | 90º | 0.25% | 0.73% | - |
| XYZ | 36.91 | 44.24 | 31.02 | - |
| YUV | 172.88 | 108.88 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 185 | 139 | 0.12 | 0 | 0.25 | 0.27 | 90 | 0.25 | 0.64 |
| Hex | A2 | B9 | 8B | C | 0 | 19 | 1B | 5A | 19 | 40 |
| Octal | 242 | 271 | 213 | 14 | 0 | 31 | 33 | 132 | 31 | 100 |
| Binary | 10100010 | 10111001 | 10001011 | 1100 | 0 | 11001 | 11011 | 1011010 | 11001 | 1000000 |
Color Harmonies of #A2B98B
Complementary color
Monochromatic Colors of #A2B98B
Black with #A2B98B
Text Example
Text Example
White with #A2B98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B98B; }
p { color: rgb(162,185,139); }
H1.HeaderClassName
{
color: #A2B98B;
}
.AnyTagClassName
{
color: #A2B98B;
}
</style>
background-color css
<style>
a { background-color: #A2B98B; }
a { background-color: rgb(162,185,139); }
div.DivClassName
{
background-color: #A2B98B;
}
.BgClassName
{
background-color: #A2B98B;
}
</style>
border-color css
<style>
span { border-color: #A2B98B; }
span { border-color: rgb(162,185,139); }
td.TdClassName
{
border-color: #A2B98B;
}
.TagClassName
{
border-color: #A2B98B;
}
</style>