Shades of Norway #A2B592
Tints of Norway #A2B592
RGB
CMYK
RGB Variations
Color information
#A2B592 (or 0xA2B592) is known color: Norway. HEX triplet: A2, B5 and 92. RGB value is (162,181,146). Sum of RGB (Red+Green+Blue) = 162+181+146=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 181 (71.09% from 255 or 37.01% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B592 is #5D4A6D. Grayscale: #ABABAB. Windows color (decimal): -6113902 or 9614754. OLE color: 9614754.
HSL color Cylindrical-coordinate representation of color #A2B592: hue angle of 92.57º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A2B592 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 181 | 146 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.29 |
| HSL | 92.57º | 0.19% | 0.64% | - |
| HSV(B) | 92.57º | 0.19% | 0.71% | - |
| XYZ | 36.61 | 42.8 | 33.53 | - |
| YUV | 171.33 | 113.71 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 181 | 146 | 0.10 | 0 | 0.19 | 0.29 | 92.57 | 0.19 | 0.64 |
| Hex | A2 | B5 | 92 | A | 0 | 13 | 1D | 5D | 13 | 40 |
| Octal | 242 | 265 | 222 | 12 | 0 | 23 | 35 | 135 | 23 | 100 |
| Binary | 10100010 | 10110101 | 10010010 | 1010 | 0 | 10011 | 11101 | 1011101 | 10011 | 1000000 |
Color Harmonies of #A2B592
Complementary color
Monochromatic Colors of #A2B592
Black with #A2B592
Text Example
Text Example
White with #A2B592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B592; }
p { color: rgb(162,181,146); }
H1.HeaderClassName
{
color: #A2B592;
}
.AnyTagClassName
{
color: #A2B592;
}
</style>
background-color css
<style>
a { background-color: #A2B592; }
a { background-color: rgb(162,181,146); }
div.DivClassName
{
background-color: #A2B592;
}
.BgClassName
{
background-color: #A2B592;
}
</style>
border-color css
<style>
span { border-color: #A2B592; }
span { border-color: rgb(162,181,146); }
td.TdClassName
{
border-color: #A2B592;
}
.TagClassName
{
border-color: #A2B592;
}
</style>