Shades of Loblolly #ABBCB1
Tints of Loblolly #ABBCB1
RGB
CMYK
RGB Variations
Color information
#ABBCB1 (or 0xABBCB1) is known color: Loblolly. HEX triplet: AB, BC and B1. RGB value is (171,188,177). Sum of RGB (Red+Green+Blue) = 171+188+177=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 177 (69.53% from 255 or 33.02% from 536); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBCB1 is #54434E. Grayscale: #B5B5B5. Windows color (decimal): -5522255 or 11648171. OLE color: 11648171.
HSL color Cylindrical-coordinate representation of color #ABBCB1: hue angle of 141.18º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABBCB1 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 188 | 177 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.26 |
| HSL | 141.18º | 0.11% | 0.7% | - |
| HSV(B) | 141.18º | 0.09% | 0.74% | - |
| XYZ | 42.71 | 47.8 | 48.57 | - |
| YUV | 181.66 | 125.37 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 177 | 0.09 | 0 | 0.06 | 0.26 | 141.18 | 0.11 | 0.7 |
| Hex | AB | BC | B1 | 9 | 0 | 6 | 1A | 8D | B | 46 |
| Octal | 253 | 274 | 261 | 11 | 0 | 6 | 32 | 215 | 13 | 106 |
| Binary | 10101011 | 10111100 | 10110001 | 1001 | 0 | 110 | 11010 | 10001101 | 1011 | 1000110 |
Color Harmonies of #ABBCB1
Complementary color
Monochromatic Colors of #ABBCB1
Black with #ABBCB1
Text Example
Text Example
White with #ABBCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBCB1; }
p { color: rgb(171,188,177); }
H1.HeaderClassName
{
color: #ABBCB1;
}
.AnyTagClassName
{
color: #ABBCB1;
}
</style>
background-color css
<style>
a { background-color: #ABBCB1; }
a { background-color: rgb(171,188,177); }
div.DivClassName
{
background-color: #ABBCB1;
}
.BgClassName
{
background-color: #ABBCB1;
}
</style>
border-color css
<style>
span { border-color: #ABBCB1; }
span { border-color: rgb(171,188,177); }
td.TdClassName
{
border-color: #ABBCB1;
}
.TagClassName
{
border-color: #ABBCB1;
}
</style>