Shades of Norway #ABC492
Tints of Norway #ABC492
RGB
CMYK
RGB Variations
Color information
#ABC492 (or 0xABC492) is known color: Norway. HEX triplet: AB, C4 and 92. RGB value is (171,196,146). Sum of RGB (Red+Green+Blue) = 171+196+146=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC492 is #543B6D. Grayscale: #B7B7B7. Windows color (decimal): -5520238 or 9618603. OLE color: 9618603.
HSL color Cylindrical-coordinate representation of color #ABC492: hue angle of 90º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABC492 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 196 | 146 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.23 |
| HSL | 90º | 0.3% | 0.67% | - |
| HSV(B) | 90º | 0.26% | 0.77% | - |
| XYZ | 41.72 | 50.21 | 34.69 | - |
| YUV | 182.83 | 107.22 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 196 | 146 | 0.13 | 0 | 0.26 | 0.23 | 90 | 0.3 | 0.67 |
| Hex | AB | C4 | 92 | D | 0 | 1A | 17 | 5A | 1E | 43 |
| Octal | 253 | 304 | 222 | 15 | 0 | 32 | 27 | 132 | 36 | 103 |
| Binary | 10101011 | 11000100 | 10010010 | 1101 | 0 | 11010 | 10111 | 1011010 | 11110 | 1000011 |
Color Harmonies of #ABC492
Complementary color
Monochromatic Colors of #ABC492
Black with #ABC492
Text Example
Text Example
White with #ABC492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC492; }
p { color: rgb(171,196,146); }
H1.HeaderClassName
{
color: #ABC492;
}
.AnyTagClassName
{
color: #ABC492;
}
</style>
background-color css
<style>
a { background-color: #ABC492; }
a { background-color: rgb(171,196,146); }
div.DivClassName
{
background-color: #ABC492;
}
.BgClassName
{
background-color: #ABC492;
}
</style>
border-color css
<style>
span { border-color: #ABC492; }
span { border-color: rgb(171,196,146); }
td.TdClassName
{
border-color: #ABC492;
}
.TagClassName
{
border-color: #ABC492;
}
</style>