Shades of Norway #ABC390
Tints of Norway #ABC390
RGB
CMYK
RGB Variations
Color information
#ABC390 (or 0xABC390) is known color: Norway. HEX triplet: AB, C3 and 90. RGB value is (171,195,144). Sum of RGB (Red+Green+Blue) = 171+195+144=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 144 (56.64% from 255 or 28.24% from 510); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC390 is #543C6F. Grayscale: #B6B6B6. Windows color (decimal): -5520496 or 9487275. OLE color: 9487275.
HSL color Cylindrical-coordinate representation of color #ABC390: hue angle of 88.24º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABC390 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 144 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.24 |
| HSL | 88.24º | 0.3% | 0.66% | - |
| HSV(B) | 88.24º | 0.26% | 0.76% | - |
| XYZ | 41.34 | 49.7 | 33.8 | - |
| YUV | 182.01 | 106.55 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 144 | 0.12 | 0 | 0.26 | 0.24 | 88.24 | 0.3 | 0.66 |
| Hex | AB | C3 | 90 | C | 0 | 1A | 18 | 58 | 1E | 42 |
| Octal | 253 | 303 | 220 | 14 | 0 | 32 | 30 | 130 | 36 | 102 |
| Binary | 10101011 | 11000011 | 10010000 | 1100 | 0 | 11010 | 11000 | 1011000 | 11110 | 1000010 |
Color Harmonies of #ABC390
Complementary color
Monochromatic Colors of #ABC390
Black with #ABC390
Text Example
Text Example
White with #ABC390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC390; }
p { color: rgb(171,195,144); }
H1.HeaderClassName
{
color: #ABC390;
}
.AnyTagClassName
{
color: #ABC390;
}
</style>
background-color css
<style>
a { background-color: #ABC390; }
a { background-color: rgb(171,195,144); }
div.DivClassName
{
background-color: #ABC390;
}
.BgClassName
{
background-color: #ABC390;
}
</style>
border-color css
<style>
span { border-color: #ABC390; }
span { border-color: rgb(171,195,144); }
td.TdClassName
{
border-color: #ABC390;
}
.TagClassName
{
border-color: #ABC390;
}
</style>