Shades of Norway #ABC597
Tints of Norway #ABC597
RGB
CMYK
RGB Variations
Color information
#ABC597 (or 0xABC597) is known color: Norway. HEX triplet: AB, C5 and 97. RGB value is (171,197,151). Sum of RGB (Red+Green+Blue) = 171+197+151=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 151 (59.38% from 255 or 29.09% from 519); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC597 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC597 is #543A68. Grayscale: #B8B8B8. Windows color (decimal): -5519977 or 9946539. OLE color: 9946539.
HSL color Cylindrical-coordinate representation of color #ABC597: hue angle of 93.91º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABC597 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 151 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.23 |
| HSL | 93.91º | 0.28% | 0.68% | - |
| HSV(B) | 93.91º | 0.23% | 0.77% | - |
| XYZ | 42.35 | 50.82 | 36.86 | - |
| YUV | 183.98 | 109.39 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 151 | 0.13 | 0 | 0.23 | 0.23 | 93.91 | 0.28 | 0.68 |
| Hex | AB | C5 | 97 | D | 0 | 17 | 17 | 5E | 1C | 44 |
| Octal | 253 | 305 | 227 | 15 | 0 | 27 | 27 | 136 | 34 | 104 |
| Binary | 10101011 | 11000101 | 10010111 | 1101 | 0 | 10111 | 10111 | 1011110 | 11100 | 1000100 |
Color Harmonies of #ABC597
Complementary color
Monochromatic Colors of #ABC597
Black with #ABC597
Text Example
Text Example
White with #ABC597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC597; }
p { color: rgb(171,197,151); }
H1.HeaderClassName
{
color: #ABC597;
}
.AnyTagClassName
{
color: #ABC597;
}
</style>
background-color css
<style>
a { background-color: #ABC597; }
a { background-color: rgb(171,197,151); }
div.DivClassName
{
background-color: #ABC597;
}
.BgClassName
{
background-color: #ABC597;
}
</style>
border-color css
<style>
span { border-color: #ABC597; }
span { border-color: rgb(171,197,151); }
td.TdClassName
{
border-color: #ABC597;
}
.TagClassName
{
border-color: #ABC597;
}
</style>