Shades of Loblolly #ABB9B1
Tints of Loblolly #ABB9B1
RGB
CMYK
RGB Variations
Color information
#ABB9B1 (or 0xABB9B1) is known color: Loblolly. HEX triplet: AB, B9 and B1. RGB value is (171,185,177). Sum of RGB (Red+Green+Blue) = 171+185+177=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 177 (69.53% from 255 or 33.21% from 533); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB9B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB9B1 is #54464E. Grayscale: #B3B3B3. Windows color (decimal): -5523023 or 11647403. OLE color: 11647403.
HSL color Cylindrical-coordinate representation of color #ABB9B1: hue angle of 145.71º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ABB9B1 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 185 | 177 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.27 |
| HSL | 145.71º | 0.09% | 0.7% | - |
| HSV(B) | 145.71º | 0.08% | 0.73% | - |
| XYZ | 42.08 | 46.53 | 48.36 | - |
| YUV | 179.9 | 126.36 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 185 | 177 | 0.08 | 0 | 0.04 | 0.27 | 145.71 | 0.09 | 0.7 |
| Hex | AB | B9 | B1 | 8 | 0 | 4 | 1B | 92 | 9 | 46 |
| Octal | 253 | 271 | 261 | 10 | 0 | 4 | 33 | 222 | 11 | 106 |
| Binary | 10101011 | 10111001 | 10110001 | 1000 | 0 | 100 | 11011 | 10010010 | 1001 | 1000110 |
Color Harmonies of #ABB9B1
Complementary color
Monochromatic Colors of #ABB9B1
Black with #ABB9B1
Text Example
Text Example
White with #ABB9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB9B1; }
p { color: rgb(171,185,177); }
H1.HeaderClassName
{
color: #ABB9B1;
}
.AnyTagClassName
{
color: #ABB9B1;
}
</style>
background-color css
<style>
a { background-color: #ABB9B1; }
a { background-color: rgb(171,185,177); }
div.DivClassName
{
background-color: #ABB9B1;
}
.BgClassName
{
background-color: #ABB9B1;
}
</style>
border-color css
<style>
span { border-color: #ABB9B1; }
span { border-color: rgb(171,185,177); }
td.TdClassName
{
border-color: #ABB9B1;
}
.TagClassName
{
border-color: #ABB9B1;
}
</style>