Shades of Norway #ABC393
Tints of Norway #ABC393
RGB
CMYK
RGB Variations
Color information
#ABC393 (or 0xABC393) is known color: Norway. HEX triplet: AB, C3 and 93. RGB value is (171,195,147). Sum of RGB (Red+Green+Blue) = 171+195+147=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 195 (76.56% from 255 or 38.01% from 513); Blue value is 147 (57.81% from 255 or 28.65% from 513); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC393 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC393 is #543C6C. Grayscale: #B6B6B6. Windows color (decimal): -5520493 or 9683883. OLE color: 9683883.
HSL color Cylindrical-coordinate representation of color #ABC393: hue angle of 90º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABC393 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 147 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.24 |
| HSL | 90º | 0.29% | 0.67% | - |
| HSV(B) | 90º | 0.25% | 0.76% | - |
| XYZ | 41.58 | 49.79 | 35.02 | - |
| YUV | 182.35 | 108.05 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 147 | 0.12 | 0 | 0.25 | 0.24 | 90 | 0.29 | 0.67 |
| Hex | AB | C3 | 93 | C | 0 | 19 | 18 | 5A | 1D | 43 |
| Octal | 253 | 303 | 223 | 14 | 0 | 31 | 30 | 132 | 35 | 103 |
| Binary | 10101011 | 11000011 | 10010011 | 1100 | 0 | 11001 | 11000 | 1011010 | 11101 | 1000011 |
Color Harmonies of #ABC393
Complementary color
Monochromatic Colors of #ABC393
Black with #ABC393
Text Example
Text Example
White with #ABC393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC393; }
p { color: rgb(171,195,147); }
H1.HeaderClassName
{
color: #ABC393;
}
.AnyTagClassName
{
color: #ABC393;
}
</style>
background-color css
<style>
a { background-color: #ABC393; }
a { background-color: rgb(171,195,147); }
div.DivClassName
{
background-color: #ABC393;
}
.BgClassName
{
background-color: #ABC393;
}
</style>
border-color css
<style>
span { border-color: #ABC393; }
span { border-color: rgb(171,195,147); }
td.TdClassName
{
border-color: #ABC393;
}
.TagClassName
{
border-color: #ABC393;
}
</style>