Shades of Norway #A1B292
Tints of Norway #A1B292
RGB
CMYK
RGB Variations
Color information
#A1B292 (or 0xA1B292) is known color: Norway. HEX triplet: A1, B2 and 92. RGB value is (161,178,146). Sum of RGB (Red+Green+Blue) = 161+178+146=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 178 - color contains mainly: green. Hex color #A1B292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B292 is #5E4D6D. Grayscale: #A9A9A9. Windows color (decimal): -6180206 or 9613985. OLE color: 9613985.
HSL color Cylindrical-coordinate representation of color #A1B292: hue angle of 91.88º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A1B292 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 178 | 146 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.30 |
| HSL | 91.88º | 0.17% | 0.64% | - |
| HSV(B) | 91.88º | 0.18% | 0.7% | - |
| XYZ | 35.81 | 41.49 | 33.32 | - |
| YUV | 169.27 | 114.87 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 178 | 146 | 0.10 | 0 | 0.18 | 0.30 | 91.88 | 0.17 | 0.64 |
| Hex | A1 | B2 | 92 | A | 0 | 12 | 1E | 5C | 11 | 40 |
| Octal | 241 | 262 | 222 | 12 | 0 | 22 | 36 | 134 | 21 | 100 |
| Binary | 10100001 | 10110010 | 10010010 | 1010 | 0 | 10010 | 11110 | 1011100 | 10001 | 1000000 |
Color Harmonies of #A1B292
Complementary color
Monochromatic Colors of #A1B292
Black with #A1B292
Text Example
Text Example
White with #A1B292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B292; }
p { color: rgb(161,178,146); }
H1.HeaderClassName
{
color: #A1B292;
}
.AnyTagClassName
{
color: #A1B292;
}
</style>
background-color css
<style>
a { background-color: #A1B292; }
a { background-color: rgb(161,178,146); }
div.DivClassName
{
background-color: #A1B292;
}
.BgClassName
{
background-color: #A1B292;
}
</style>
border-color css
<style>
span { border-color: #A1B292; }
span { border-color: rgb(161,178,146); }
td.TdClassName
{
border-color: #A1B292;
}
.TagClassName
{
border-color: #A1B292;
}
</style>