Shades of Norway #A0B18B
Tints of Norway #A0B18B
RGB
CMYK
RGB Variations
Color information
#A0B18B (or 0xA0B18B) is known color: Norway. HEX triplet: A0, B1 and 8B. RGB value is (160,177,139). Sum of RGB (Red+Green+Blue) = 160+177+139=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 177 - color contains mainly: green. Hex color #A0B18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B18B is #5F4E74. Grayscale: #A7A7A7. Windows color (decimal): -6246005 or 9154976. OLE color: 9154976.
HSL color Cylindrical-coordinate representation of color #A0B18B: hue angle of 86.84º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0B18B is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 177 | 139 | - |
| CMYK | 0.10 | 0 | 0.21 | 0.31 |
| HSL | 86.84º | 0.2% | 0.62% | - |
| HSV(B) | 86.84º | 0.21% | 0.69% | - |
| XYZ | 34.88 | 40.78 | 30.46 | - |
| YUV | 167.59 | 111.87 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 177 | 139 | 0.10 | 0 | 0.21 | 0.31 | 86.84 | 0.2 | 0.62 |
| Hex | A0 | B1 | 8B | A | 0 | 15 | 1F | 57 | 14 | 3E |
| Octal | 240 | 261 | 213 | 12 | 0 | 25 | 37 | 127 | 24 | 76 |
| Binary | 10100000 | 10110001 | 10001011 | 1010 | 0 | 10101 | 11111 | 1010111 | 10100 | 111110 |
Color Harmonies of #A0B18B
Complementary color
Monochromatic Colors of #A0B18B
Black with #A0B18B
Text Example
Text Example
White with #A0B18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B18B; }
p { color: rgb(160,177,139); }
H1.HeaderClassName
{
color: #A0B18B;
}
.AnyTagClassName
{
color: #A0B18B;
}
</style>
background-color css
<style>
a { background-color: #A0B18B; }
a { background-color: rgb(160,177,139); }
div.DivClassName
{
background-color: #A0B18B;
}
.BgClassName
{
background-color: #A0B18B;
}
</style>
border-color css
<style>
span { border-color: #A0B18B; }
span { border-color: rgb(160,177,139); }
td.TdClassName
{
border-color: #A0B18B;
}
.TagClassName
{
border-color: #A0B18B;
}
</style>