Shades of Norway #ABC592
Tints of Norway #ABC592
RGB
CMYK
RGB Variations
Color information
#ABC592 (or 0xABC592) is known color: Norway. HEX triplet: AB, C5 and 92. RGB value is (171,197,146). Sum of RGB (Red+Green+Blue) = 171+197+146=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 146 (57.42% from 255 or 28.40% from 514); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC592 is #543A6D. Grayscale: #B7B7B7. Windows color (decimal): -5519982 or 9618859. OLE color: 9618859.
HSL color Cylindrical-coordinate representation of color #ABC592: hue angle of 90.59º degrees, saturation: 0.31, 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 #ABC592 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 146 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.23 |
| HSL | 90.59º | 0.31% | 0.67% | - |
| HSV(B) | 90.59º | 0.26% | 0.77% | - |
| XYZ | 41.95 | 50.67 | 34.76 | - |
| YUV | 183.41 | 106.89 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 146 | 0.13 | 0 | 0.26 | 0.23 | 90.59 | 0.31 | 0.67 |
| Hex | AB | C5 | 92 | D | 0 | 1A | 17 | 5B | 1F | 43 |
| Octal | 253 | 305 | 222 | 15 | 0 | 32 | 27 | 133 | 37 | 103 |
| Binary | 10101011 | 11000101 | 10010010 | 1101 | 0 | 11010 | 10111 | 1011011 | 11111 | 1000011 |
Color Harmonies of #ABC592
Complementary color
Monochromatic Colors of #ABC592
Black with #ABC592
Text Example
Text Example
White with #ABC592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC592; }
p { color: rgb(171,197,146); }
H1.HeaderClassName
{
color: #ABC592;
}
.AnyTagClassName
{
color: #ABC592;
}
</style>
background-color css
<style>
a { background-color: #ABC592; }
a { background-color: rgb(171,197,146); }
div.DivClassName
{
background-color: #ABC592;
}
.BgClassName
{
background-color: #ABC592;
}
</style>
border-color css
<style>
span { border-color: #ABC592; }
span { border-color: rgb(171,197,146); }
td.TdClassName
{
border-color: #ABC592;
}
.TagClassName
{
border-color: #ABC592;
}
</style>