Shades of Loblolly #ABBAB2
Tints of Loblolly #ABBAB2
RGB
CMYK
RGB Variations
Color information
#ABBAB2 (or 0xABBAB2) is known color: Loblolly. HEX triplet: AB, BA and B2. RGB value is (171,186,178). Sum of RGB (Red+Green+Blue) = 171+186+178=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 178 (69.92% from 255 or 33.27% from 535); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBAB2 is #54454D. Grayscale: #B4B4B4. Windows color (decimal): -5522766 or 11713195. OLE color: 11713195.
HSL color Cylindrical-coordinate representation of color #ABBAB2: hue angle of 148º degrees, saturation: 0.1, 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 #ABBAB2 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 186 | 178 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.27 |
| HSL | 148º | 0.1% | 0.7% | - |
| HSV(B) | 148º | 0.08% | 0.73% | - |
| XYZ | 42.39 | 46.99 | 48.96 | - |
| YUV | 180.6 | 126.53 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 186 | 178 | 0.08 | 0 | 0.04 | 0.27 | 148 | 0.1 | 0.7 |
| Hex | AB | BA | B2 | 8 | 0 | 4 | 1B | 94 | A | 46 |
| Octal | 253 | 272 | 262 | 10 | 0 | 4 | 33 | 224 | 12 | 106 |
| Binary | 10101011 | 10111010 | 10110010 | 1000 | 0 | 100 | 11011 | 10010100 | 1010 | 1000110 |
Color Harmonies of #ABBAB2
Complementary color
Monochromatic Colors of #ABBAB2
Black with #ABBAB2
Text Example
Text Example
White with #ABBAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBAB2; }
p { color: rgb(171,186,178); }
H1.HeaderClassName
{
color: #ABBAB2;
}
.AnyTagClassName
{
color: #ABBAB2;
}
</style>
background-color css
<style>
a { background-color: #ABBAB2; }
a { background-color: rgb(171,186,178); }
div.DivClassName
{
background-color: #ABBAB2;
}
.BgClassName
{
background-color: #ABBAB2;
}
</style>
border-color css
<style>
span { border-color: #ABBAB2; }
span { border-color: rgb(171,186,178); }
td.TdClassName
{
border-color: #ABBAB2;
}
.TagClassName
{
border-color: #ABBAB2;
}
</style>