Shades of Norway #A2B38F
Tints of Norway #A2B38F
RGB
CMYK
RGB Variations
Color information
#A2B38F (or 0xA2B38F) is known color: Norway. HEX triplet: A2, B3 and 8F. RGB value is (162,179,143). Sum of RGB (Red+Green+Blue) = 162+179+143=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B38F is #5D4C70. Grayscale: #A9A9A9. Windows color (decimal): -6114417 or 9417634. OLE color: 9417634.
HSL color Cylindrical-coordinate representation of color #A2B38F: hue angle of 88.33º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2B38F is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 179 | 143 | - |
| CMYK | 0.09 | 0 | 0.20 | 0.30 |
| HSL | 88.33º | 0.19% | 0.63% | - |
| HSV(B) | 88.33º | 0.2% | 0.7% | - |
| XYZ | 35.98 | 41.9 | 32.18 | - |
| YUV | 169.81 | 112.87 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 179 | 143 | 0.09 | 0 | 0.20 | 0.30 | 88.33 | 0.19 | 0.63 |
| Hex | A2 | B3 | 8F | 9 | 0 | 14 | 1E | 58 | 13 | 3F |
| Octal | 242 | 263 | 217 | 11 | 0 | 24 | 36 | 130 | 23 | 77 |
| Binary | 10100010 | 10110011 | 10001111 | 1001 | 0 | 10100 | 11110 | 1011000 | 10011 | 111111 |
Color Harmonies of #A2B38F
Complementary color
Monochromatic Colors of #A2B38F
Black with #A2B38F
Text Example
Text Example
White with #A2B38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B38F; }
p { color: rgb(162,179,143); }
H1.HeaderClassName
{
color: #A2B38F;
}
.AnyTagClassName
{
color: #A2B38F;
}
</style>
background-color css
<style>
a { background-color: #A2B38F; }
a { background-color: rgb(162,179,143); }
div.DivClassName
{
background-color: #A2B38F;
}
.BgClassName
{
background-color: #A2B38F;
}
</style>
border-color css
<style>
span { border-color: #A2B38F; }
span { border-color: rgb(162,179,143); }
td.TdClassName
{
border-color: #A2B38F;
}
.TagClassName
{
border-color: #A2B38F;
}
</style>