Shades of Norway #ABC293
Tints of Norway #ABC293
RGB
CMYK
RGB Variations
Color information
#ABC293 (or 0xABC293) is known color: Norway. HEX triplet: AB, C2 and 93. RGB value is (171,194,147). Sum of RGB (Red+Green+Blue) = 171+194+147=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC293 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC293 is #543D6C. Grayscale: #B5B5B5. Windows color (decimal): -5520749 or 9683627. OLE color: 9683627.
HSL color Cylindrical-coordinate representation of color #ABC293: hue angle of 89.36º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABC293 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 147 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.24 |
| HSL | 89.36º | 0.28% | 0.67% | - |
| HSV(B) | 89.36º | 0.24% | 0.76% | - |
| XYZ | 41.35 | 49.35 | 34.95 | - |
| YUV | 181.77 | 108.38 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 147 | 0.12 | 0 | 0.24 | 0.24 | 89.36 | 0.28 | 0.67 |
| Hex | AB | C2 | 93 | C | 0 | 18 | 18 | 59 | 1C | 43 |
| Octal | 253 | 302 | 223 | 14 | 0 | 30 | 30 | 131 | 34 | 103 |
| Binary | 10101011 | 11000010 | 10010011 | 1100 | 0 | 11000 | 11000 | 1011001 | 11100 | 1000011 |
Color Harmonies of #ABC293
Complementary color
Monochromatic Colors of #ABC293
Black with #ABC293
Text Example
Text Example
White with #ABC293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC293; }
p { color: rgb(171,194,147); }
H1.HeaderClassName
{
color: #ABC293;
}
.AnyTagClassName
{
color: #ABC293;
}
</style>
background-color css
<style>
a { background-color: #ABC293; }
a { background-color: rgb(171,194,147); }
div.DivClassName
{
background-color: #ABC293;
}
.BgClassName
{
background-color: #ABC293;
}
</style>
border-color css
<style>
span { border-color: #ABC293; }
span { border-color: rgb(171,194,147); }
td.TdClassName
{
border-color: #ABC293;
}
.TagClassName
{
border-color: #ABC293;
}
</style>