Shades of Norway #ABBC9A
Tints of Norway #ABBC9A
RGB
CMYK
RGB Variations
Color information
#ABBC9A (or 0xABBC9A) is known color: Norway. HEX triplet: AB, BC and 9A. RGB value is (171,188,154). Sum of RGB (Red+Green+Blue) = 171+188+154=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 154 (60.55% from 255 or 30.02% from 513); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBC9A is #544365. Grayscale: #B3B3B3. Windows color (decimal): -5522278 or 10140843. OLE color: 10140843.
HSL color Cylindrical-coordinate representation of color #ABBC9A: hue angle of 90º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABBC9A is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 188 | 154 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.26 |
| HSL | 90º | 0.2% | 0.67% | - |
| HSV(B) | 90º | 0.18% | 0.74% | - |
| XYZ | 40.61 | 46.96 | 37.5 | - |
| YUV | 179.04 | 113.87 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 154 | 0.09 | 0 | 0.18 | 0.26 | 90 | 0.2 | 0.67 |
| Hex | AB | BC | 9A | 9 | 0 | 12 | 1A | 5A | 14 | 43 |
| Octal | 253 | 274 | 232 | 11 | 0 | 22 | 32 | 132 | 24 | 103 |
| Binary | 10101011 | 10111100 | 10011010 | 1001 | 0 | 10010 | 11010 | 1011010 | 10100 | 1000011 |
Color Harmonies of #ABBC9A
Complementary color
Monochromatic Colors of #ABBC9A
Black with #ABBC9A
Text Example
Text Example
White with #ABBC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBC9A; }
p { color: rgb(171,188,154); }
H1.HeaderClassName
{
color: #ABBC9A;
}
.AnyTagClassName
{
color: #ABBC9A;
}
</style>
background-color css
<style>
a { background-color: #ABBC9A; }
a { background-color: rgb(171,188,154); }
div.DivClassName
{
background-color: #ABBC9A;
}
.BgClassName
{
background-color: #ABBC9A;
}
</style>
border-color css
<style>
span { border-color: #ABBC9A; }
span { border-color: rgb(171,188,154); }
td.TdClassName
{
border-color: #ABBC9A;
}
.TagClassName
{
border-color: #ABBC9A;
}
</style>