Shades of Norway #A2B78B
Tints of Norway #A2B78B
RGB
CMYK
RGB Variations
Color information
#A2B78B (or 0xA2B78B) is known color: Norway. HEX triplet: A2, B7 and 8B. RGB value is (162,183,139). Sum of RGB (Red+Green+Blue) = 162+183+139=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 183 (71.88% from 255 or 37.81% from 484); Blue value is 139 (54.69% from 255 or 28.72% from 484); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B78B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B78B is #5D4874. Grayscale: #ABABAB. Windows color (decimal): -6113397 or 9156514. OLE color: 9156514.
HSL color Cylindrical-coordinate representation of color #A2B78B: hue angle of 88.64º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2B78B is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 183 | 139 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.28 |
| HSL | 88.64º | 0.23% | 0.63% | - |
| HSV(B) | 88.64º | 0.24% | 0.72% | - |
| XYZ | 36.49 | 43.41 | 30.88 | - |
| YUV | 171.71 | 109.54 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 183 | 139 | 0.11 | 0 | 0.24 | 0.28 | 88.64 | 0.23 | 0.63 |
| Hex | A2 | B7 | 8B | B | 0 | 18 | 1C | 59 | 17 | 3F |
| Octal | 242 | 267 | 213 | 13 | 0 | 30 | 34 | 131 | 27 | 77 |
| Binary | 10100010 | 10110111 | 10001011 | 1011 | 0 | 11000 | 11100 | 1011001 | 10111 | 111111 |
Color Harmonies of #A2B78B
Complementary color
Monochromatic Colors of #A2B78B
Black with #A2B78B
Text Example
Text Example
White with #A2B78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B78B; }
p { color: rgb(162,183,139); }
H1.HeaderClassName
{
color: #A2B78B;
}
.AnyTagClassName
{
color: #A2B78B;
}
</style>
background-color css
<style>
a { background-color: #A2B78B; }
a { background-color: rgb(162,183,139); }
div.DivClassName
{
background-color: #A2B78B;
}
.BgClassName
{
background-color: #A2B78B;
}
</style>
border-color css
<style>
span { border-color: #A2B78B; }
span { border-color: rgb(162,183,139); }
td.TdClassName
{
border-color: #A2B78B;
}
.TagClassName
{
border-color: #A2B78B;
}
</style>