Shades of Norway #ABC391
Tints of Norway #ABC391
RGB
CMYK
RGB Variations
Color information
#ABC391 (or 0xABC391) is known color: Norway. HEX triplet: AB, C3 and 91. RGB value is (171,195,145). Sum of RGB (Red+Green+Blue) = 171+195+145=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 145 (57.03% from 255 or 28.38% from 511); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC391 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC391 is #543C6E. Grayscale: #B6B6B6. Windows color (decimal): -5520495 or 9552811. OLE color: 9552811.
HSL color Cylindrical-coordinate representation of color #ABC391: hue angle of 88.8º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABC391 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 145 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.24 |
| HSL | 88.8º | 0.29% | 0.67% | - |
| HSV(B) | 88.8º | 0.26% | 0.76% | - |
| XYZ | 41.42 | 49.73 | 34.2 | - |
| YUV | 182.12 | 107.05 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 145 | 0.12 | 0 | 0.26 | 0.24 | 88.8 | 0.29 | 0.67 |
| Hex | AB | C3 | 91 | C | 0 | 1A | 18 | 59 | 1D | 43 |
| Octal | 253 | 303 | 221 | 14 | 0 | 32 | 30 | 131 | 35 | 103 |
| Binary | 10101011 | 11000011 | 10010001 | 1100 | 0 | 11010 | 11000 | 1011001 | 11101 | 1000011 |
Color Harmonies of #ABC391
Complementary color
Monochromatic Colors of #ABC391
Black with #ABC391
Text Example
Text Example
White with #ABC391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC391; }
p { color: rgb(171,195,145); }
H1.HeaderClassName
{
color: #ABC391;
}
.AnyTagClassName
{
color: #ABC391;
}
</style>
background-color css
<style>
a { background-color: #ABC391; }
a { background-color: rgb(171,195,145); }
div.DivClassName
{
background-color: #ABC391;
}
.BgClassName
{
background-color: #ABC391;
}
</style>
border-color css
<style>
span { border-color: #ABC391; }
span { border-color: rgb(171,195,145); }
td.TdClassName
{
border-color: #ABC391;
}
.TagClassName
{
border-color: #ABC391;
}
</style>