Shades of Norway #ABC493
Tints of Norway #ABC493
RGB
CMYK
RGB Variations
Color information
#ABC493 (or 0xABC493) is known color: Norway. HEX triplet: AB, C4 and 93. RGB value is (171,196,147). Sum of RGB (Red+Green+Blue) = 171+196+147=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC493 is #543B6C. Grayscale: #B7B7B7. Windows color (decimal): -5520237 or 9684139. OLE color: 9684139.
HSL color Cylindrical-coordinate representation of color #ABC493: hue angle of 90.61º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABC493 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 196 | 147 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.23 |
| HSL | 90.61º | 0.29% | 0.67% | - |
| HSV(B) | 90.61º | 0.25% | 0.77% | - |
| XYZ | 41.8 | 50.24 | 35.1 | - |
| YUV | 182.94 | 107.72 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 196 | 147 | 0.13 | 0 | 0.25 | 0.23 | 90.61 | 0.29 | 0.67 |
| Hex | AB | C4 | 93 | D | 0 | 19 | 17 | 5B | 1D | 43 |
| Octal | 253 | 304 | 223 | 15 | 0 | 31 | 27 | 133 | 35 | 103 |
| Binary | 10101011 | 11000100 | 10010011 | 1101 | 0 | 11001 | 10111 | 1011011 | 11101 | 1000011 |
Color Harmonies of #ABC493
Complementary color
Monochromatic Colors of #ABC493
Black with #ABC493
Text Example
Text Example
White with #ABC493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC493; }
p { color: rgb(171,196,147); }
H1.HeaderClassName
{
color: #ABC493;
}
.AnyTagClassName
{
color: #ABC493;
}
</style>
background-color css
<style>
a { background-color: #ABC493; }
a { background-color: rgb(171,196,147); }
div.DivClassName
{
background-color: #ABC493;
}
.BgClassName
{
background-color: #ABC493;
}
</style>
border-color css
<style>
span { border-color: #ABC493; }
span { border-color: rgb(171,196,147); }
td.TdClassName
{
border-color: #ABC493;
}
.TagClassName
{
border-color: #ABC493;
}
</style>