Shades of Norway #ABBC9E
Tints of Norway #ABBC9E
RGB
CMYK
RGB Variations
Color information
#ABBC9E (or 0xABBC9E) is known color: Norway. HEX triplet: AB, BC and 9E. RGB value is (171,188,158). Sum of RGB (Red+Green+Blue) = 171+188+158=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 158 (62.11% from 255 or 30.56% from 517); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBC9E is #544361. Grayscale: #B3B3B3. Windows color (decimal): -5522274 or 10402987. OLE color: 10402987.
HSL color Cylindrical-coordinate representation of color #ABBC9E: hue angle of 94º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABBC9E is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 188 | 158 | - |
| CMYK | 0.09 | 0 | 0.16 | 0.26 |
| HSL | 94º | 0.18% | 0.68% | - |
| HSV(B) | 94º | 0.16% | 0.74% | - |
| XYZ | 40.95 | 47.09 | 39.28 | - |
| YUV | 179.5 | 115.87 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 158 | 0.09 | 0 | 0.16 | 0.26 | 94 | 0.18 | 0.68 |
| Hex | AB | BC | 9E | 9 | 0 | 10 | 1A | 5E | 12 | 44 |
| Octal | 253 | 274 | 236 | 11 | 0 | 20 | 32 | 136 | 22 | 104 |
| Binary | 10101011 | 10111100 | 10011110 | 1001 | 0 | 10000 | 11010 | 1011110 | 10010 | 1000100 |
Color Harmonies of #ABBC9E
Complementary color
Monochromatic Colors of #ABBC9E
Black with #ABBC9E
Text Example
Text Example
White with #ABBC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBC9E; }
p { color: rgb(171,188,158); }
H1.HeaderClassName
{
color: #ABBC9E;
}
.AnyTagClassName
{
color: #ABBC9E;
}
</style>
background-color css
<style>
a { background-color: #ABBC9E; }
a { background-color: rgb(171,188,158); }
div.DivClassName
{
background-color: #ABBC9E;
}
.BgClassName
{
background-color: #ABBC9E;
}
</style>
border-color css
<style>
span { border-color: #ABBC9E; }
span { border-color: rgb(171,188,158); }
td.TdClassName
{
border-color: #ABBC9E;
}
.TagClassName
{
border-color: #ABBC9E;
}
</style>