Shades of Norway #ABBC99
Tints of Norway #ABBC99
RGB
CMYK
RGB Variations
Color information
#ABBC99 (or 0xABBC99) is known color: Norway. HEX triplet: AB, BC and 99. RGB value is (171,188,153). Sum of RGB (Red+Green+Blue) = 171+188+153=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 153 (60.16% from 255 or 29.88% from 512); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBC99 is #544366. Grayscale: #B3B3B3. Windows color (decimal): -5522279 or 10075307. OLE color: 10075307.
HSL color Cylindrical-coordinate representation of color #ABBC99: hue angle of 89.14º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABBC99 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 188 | 153 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.26 |
| HSL | 89.14º | 0.21% | 0.67% | - |
| HSV(B) | 89.14º | 0.19% | 0.74% | - |
| XYZ | 40.53 | 46.92 | 37.06 | - |
| YUV | 178.93 | 113.37 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 153 | 0.09 | 0 | 0.19 | 0.26 | 89.14 | 0.21 | 0.67 |
| Hex | AB | BC | 99 | 9 | 0 | 13 | 1A | 59 | 15 | 43 |
| Octal | 253 | 274 | 231 | 11 | 0 | 23 | 32 | 131 | 25 | 103 |
| Binary | 10101011 | 10111100 | 10011001 | 1001 | 0 | 10011 | 11010 | 1011001 | 10101 | 1000011 |
Color Harmonies of #ABBC99
Complementary color
Monochromatic Colors of #ABBC99
Black with #ABBC99
Text Example
Text Example
White with #ABBC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBC99; }
p { color: rgb(171,188,153); }
H1.HeaderClassName
{
color: #ABBC99;
}
.AnyTagClassName
{
color: #ABBC99;
}
</style>
background-color css
<style>
a { background-color: #ABBC99; }
a { background-color: rgb(171,188,153); }
div.DivClassName
{
background-color: #ABBC99;
}
.BgClassName
{
background-color: #ABBC99;
}
</style>
border-color css
<style>
span { border-color: #ABBC99; }
span { border-color: rgb(171,188,153); }
td.TdClassName
{
border-color: #ABBC99;
}
.TagClassName
{
border-color: #ABBC99;
}
</style>