Shades of Norway #A0B78B
Tints of Norway #A0B78B
RGB
CMYK
RGB Variations
Color information
#A0B78B (or 0xA0B78B) is known color: Norway. HEX triplet: A0, B7 and 8B. RGB value is (160,183,139). Sum of RGB (Red+Green+Blue) = 160+183+139=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 183 (71.88% from 255 or 37.97% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B78B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B78B is #5F4874. Grayscale: #ABABAB. Windows color (decimal): -6244469 or 9156512. OLE color: 9156512.
HSL color Cylindrical-coordinate representation of color #A0B78B: hue angle of 91.36º 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 #A0B78B is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 183 | 139 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.28 |
| HSL | 91.36º | 0.23% | 0.63% | - |
| HSV(B) | 91.36º | 0.24% | 0.72% | - |
| XYZ | 36.09 | 43.2 | 30.86 | - |
| YUV | 171.11 | 109.88 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 183 | 139 | 0.13 | 0 | 0.24 | 0.28 | 91.36 | 0.23 | 0.63 |
| Hex | A0 | B7 | 8B | D | 0 | 18 | 1C | 5B | 17 | 3F |
| Octal | 240 | 267 | 213 | 15 | 0 | 30 | 34 | 133 | 27 | 77 |
| Binary | 10100000 | 10110111 | 10001011 | 1101 | 0 | 11000 | 11100 | 1011011 | 10111 | 111111 |
Color Harmonies of #A0B78B
Complementary color
Monochromatic Colors of #A0B78B
Black with #A0B78B
Text Example
Text Example
White with #A0B78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B78B; }
p { color: rgb(160,183,139); }
H1.HeaderClassName
{
color: #A0B78B;
}
.AnyTagClassName
{
color: #A0B78B;
}
</style>
background-color css
<style>
a { background-color: #A0B78B; }
a { background-color: rgb(160,183,139); }
div.DivClassName
{
background-color: #A0B78B;
}
.BgClassName
{
background-color: #A0B78B;
}
</style>
border-color css
<style>
span { border-color: #A0B78B; }
span { border-color: rgb(160,183,139); }
td.TdClassName
{
border-color: #A0B78B;
}
.TagClassName
{
border-color: #A0B78B;
}
</style>