Shades of Norway #A0B388
Tints of Norway #A0B388
RGB
CMYK
RGB Variations
Color information
#A0B388 (or 0xA0B388) is known color: Norway. HEX triplet: A0, B3 and 88. RGB value is (160,179,136). Sum of RGB (Red+Green+Blue) = 160+179+136=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B388 is #5F4C77. Grayscale: #A8A8A8. Windows color (decimal): -6245496 or 8958880. OLE color: 8958880.
HSL color Cylindrical-coordinate representation of color #A0B388: hue angle of 86.51º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0B388 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 179 | 136 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.30 |
| HSL | 86.51º | 0.22% | 0.62% | - |
| HSV(B) | 86.51º | 0.24% | 0.7% | - |
| XYZ | 35.06 | 41.49 | 29.45 | - |
| YUV | 168.42 | 109.71 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 179 | 136 | 0.11 | 0 | 0.24 | 0.30 | 86.51 | 0.22 | 0.62 |
| Hex | A0 | B3 | 88 | B | 0 | 18 | 1E | 57 | 16 | 3E |
| Octal | 240 | 263 | 210 | 13 | 0 | 30 | 36 | 127 | 26 | 76 |
| Binary | 10100000 | 10110011 | 10001000 | 1011 | 0 | 11000 | 11110 | 1010111 | 10110 | 111110 |
Color Harmonies of #A0B388
Complementary color
Monochromatic Colors of #A0B388
Black with #A0B388
Text Example
Text Example
White with #A0B388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B388; }
p { color: rgb(160,179,136); }
H1.HeaderClassName
{
color: #A0B388;
}
.AnyTagClassName
{
color: #A0B388;
}
</style>
background-color css
<style>
a { background-color: #A0B388; }
a { background-color: rgb(160,179,136); }
div.DivClassName
{
background-color: #A0B388;
}
.BgClassName
{
background-color: #A0B388;
}
</style>
border-color css
<style>
span { border-color: #A0B388; }
span { border-color: rgb(160,179,136); }
td.TdClassName
{
border-color: #A0B388;
}
.TagClassName
{
border-color: #A0B388;
}
</style>