Shades of Norway #ABC596
Tints of Norway #ABC596
RGB
CMYK
RGB Variations
Color information
#ABC596 (or 0xABC596) is known color: Norway. HEX triplet: AB, C5 and 96. RGB value is (171,197,150). Sum of RGB (Red+Green+Blue) = 171+197+150=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC596 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC596 is #543A69. Grayscale: #B8B8B8. Windows color (decimal): -5519978 or 9881003. OLE color: 9881003.
HSL color Cylindrical-coordinate representation of color #ABC596: hue angle of 93.19º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABC596 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 150 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.23 |
| HSL | 93.19º | 0.29% | 0.68% | - |
| HSV(B) | 93.19º | 0.24% | 0.77% | - |
| XYZ | 42.27 | 50.79 | 36.43 | - |
| YUV | 183.87 | 108.89 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 150 | 0.13 | 0 | 0.24 | 0.23 | 93.19 | 0.29 | 0.68 |
| Hex | AB | C5 | 96 | D | 0 | 18 | 17 | 5D | 1D | 44 |
| Octal | 253 | 305 | 226 | 15 | 0 | 30 | 27 | 135 | 35 | 104 |
| Binary | 10101011 | 11000101 | 10010110 | 1101 | 0 | 11000 | 10111 | 1011101 | 11101 | 1000100 |
Color Harmonies of #ABC596
Complementary color
Monochromatic Colors of #ABC596
Black with #ABC596
Text Example
Text Example
White with #ABC596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC596; }
p { color: rgb(171,197,150); }
H1.HeaderClassName
{
color: #ABC596;
}
.AnyTagClassName
{
color: #ABC596;
}
</style>
background-color css
<style>
a { background-color: #ABC596; }
a { background-color: rgb(171,197,150); }
div.DivClassName
{
background-color: #ABC596;
}
.BgClassName
{
background-color: #ABC596;
}
</style>
border-color css
<style>
span { border-color: #ABC596; }
span { border-color: rgb(171,197,150); }
td.TdClassName
{
border-color: #ABC596;
}
.TagClassName
{
border-color: #ABC596;
}
</style>