Shades of Norway #A1B18B
Tints of Norway #A1B18B
RGB
CMYK
RGB Variations
Color information
#A1B18B (or 0xA1B18B) is known color: Norway. HEX triplet: A1, B1 and 8B. RGB value is (161,177,139). Sum of RGB (Red+Green+Blue) = 161+177+139=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B18B is #5E4E74. Grayscale: #A8A8A8. Windows color (decimal): -6180469 or 9154977. OLE color: 9154977.
HSL color Cylindrical-coordinate representation of color #A1B18B: hue angle of 85.26º 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 #A1B18B is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 177 | 139 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.31 |
| HSL | 85.26º | 0.2% | 0.62% | - |
| HSV(B) | 85.26º | 0.21% | 0.69% | - |
| XYZ | 35.08 | 40.89 | 30.47 | - |
| YUV | 167.88 | 111.7 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 177 | 139 | 0.09 | 0 | 0.21 | 0.31 | 85.26 | 0.2 | 0.62 |
| Hex | A1 | B1 | 8B | 9 | 0 | 15 | 1F | 55 | 14 | 3E |
| Octal | 241 | 261 | 213 | 11 | 0 | 25 | 37 | 125 | 24 | 76 |
| Binary | 10100001 | 10110001 | 10001011 | 1001 | 0 | 10101 | 11111 | 1010101 | 10100 | 111110 |
Color Harmonies of #A1B18B
Complementary color
Monochromatic Colors of #A1B18B
Black with #A1B18B
Text Example
Text Example
White with #A1B18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B18B; }
p { color: rgb(161,177,139); }
H1.HeaderClassName
{
color: #A1B18B;
}
.AnyTagClassName
{
color: #A1B18B;
}
</style>
background-color css
<style>
a { background-color: #A1B18B; }
a { background-color: rgb(161,177,139); }
div.DivClassName
{
background-color: #A1B18B;
}
.BgClassName
{
background-color: #A1B18B;
}
</style>
border-color css
<style>
span { border-color: #A1B18B; }
span { border-color: rgb(161,177,139); }
td.TdClassName
{
border-color: #A1B18B;
}
.TagClassName
{
border-color: #A1B18B;
}
</style>