Shades of Norway #ABC190
Tints of Norway #ABC190
RGB
CMYK
RGB Variations
Color information
#ABC190 (or 0xABC190) is known color: Norway. HEX triplet: AB, C1 and 90. RGB value is (171,193,144). Sum of RGB (Red+Green+Blue) = 171+193+144=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 193 (75.78% from 255 or 37.99% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC190 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC190 is #543E6F. Grayscale: #B5B5B5. Windows color (decimal): -5521008 or 9486763. OLE color: 9486763.
HSL color Cylindrical-coordinate representation of color #ABC190: hue angle of 86.94º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABC190 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 193 | 144 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.24 |
| HSL | 86.94º | 0.28% | 0.66% | - |
| HSV(B) | 86.94º | 0.25% | 0.76% | - |
| XYZ | 40.9 | 48.81 | 33.65 | - |
| YUV | 180.84 | 107.21 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 193 | 144 | 0.11 | 0 | 0.25 | 0.24 | 86.94 | 0.28 | 0.66 |
| Hex | AB | C1 | 90 | B | 0 | 19 | 18 | 57 | 1C | 42 |
| Octal | 253 | 301 | 220 | 13 | 0 | 31 | 30 | 127 | 34 | 102 |
| Binary | 10101011 | 11000001 | 10010000 | 1011 | 0 | 11001 | 11000 | 1010111 | 11100 | 1000010 |
Color Harmonies of #ABC190
Complementary color
Monochromatic Colors of #ABC190
Black with #ABC190
Text Example
Text Example
White with #ABC190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC190; }
p { color: rgb(171,193,144); }
H1.HeaderClassName
{
color: #ABC190;
}
.AnyTagClassName
{
color: #ABC190;
}
</style>
background-color css
<style>
a { background-color: #ABC190; }
a { background-color: rgb(171,193,144); }
div.DivClassName
{
background-color: #ABC190;
}
.BgClassName
{
background-color: #ABC190;
}
</style>
border-color css
<style>
span { border-color: #ABC190; }
span { border-color: rgb(171,193,144); }
td.TdClassName
{
border-color: #ABC190;
}
.TagClassName
{
border-color: #ABC190;
}
</style>