Shades of Norway #ABBC96
Tints of Norway #ABBC96
RGB
CMYK
RGB Variations
Color information
#ABBC96 (or 0xABBC96) is known color: Norway. HEX triplet: AB, BC and 96. RGB value is (171,188,150). Sum of RGB (Red+Green+Blue) = 171+188+150=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBC96 is #544369. Grayscale: #B2B2B2. Windows color (decimal): -5522282 or 9878699. OLE color: 9878699.
HSL color Cylindrical-coordinate representation of color #ABBC96: hue angle of 86.84º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABBC96 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 188 | 150 | - |
| CMYK | 0.09 | 0 | 0.20 | 0.26 |
| HSL | 86.84º | 0.22% | 0.66% | - |
| HSV(B) | 86.84º | 0.2% | 0.74% | - |
| XYZ | 40.28 | 46.83 | 35.77 | - |
| YUV | 178.59 | 111.87 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 150 | 0.09 | 0 | 0.20 | 0.26 | 86.84 | 0.22 | 0.66 |
| Hex | AB | BC | 96 | 9 | 0 | 14 | 1A | 57 | 16 | 42 |
| Octal | 253 | 274 | 226 | 11 | 0 | 24 | 32 | 127 | 26 | 102 |
| Binary | 10101011 | 10111100 | 10010110 | 1001 | 0 | 10100 | 11010 | 1010111 | 10110 | 1000010 |
Color Harmonies of #ABBC96
Complementary color
Monochromatic Colors of #ABBC96
Black with #ABBC96
Text Example
Text Example
White with #ABBC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBC96; }
p { color: rgb(171,188,150); }
H1.HeaderClassName
{
color: #ABBC96;
}
.AnyTagClassName
{
color: #ABBC96;
}
</style>
background-color css
<style>
a { background-color: #ABBC96; }
a { background-color: rgb(171,188,150); }
div.DivClassName
{
background-color: #ABBC96;
}
.BgClassName
{
background-color: #ABBC96;
}
</style>
border-color css
<style>
span { border-color: #ABBC96; }
span { border-color: rgb(171,188,150); }
td.TdClassName
{
border-color: #ABBC96;
}
.TagClassName
{
border-color: #ABBC96;
}
</style>