Shades of Loblolly #ABC2B4
Tints of Loblolly #ABC2B4
RGB
CMYK
RGB Variations
Color information
#ABC2B4 (or 0xABC2B4) is known color: Loblolly. HEX triplet: AB, C2 and B4. RGB value is (171,194,180). Sum of RGB (Red+Green+Blue) = 171+194+180=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC2B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC2B4 is #543D4B. Grayscale: #B9B9B9. Windows color (decimal): -5520716 or 11846315. OLE color: 11846315.
HSL color Cylindrical-coordinate representation of color #ABC2B4: hue angle of 143.48º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABC2B4 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 180 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.24 |
| HSL | 143.48º | 0.16% | 0.72% | - |
| HSV(B) | 143.48º | 0.12% | 0.76% | - |
| XYZ | 44.32 | 50.54 | 50.6 | - |
| YUV | 185.53 | 124.88 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 180 | 0.12 | 0 | 0.07 | 0.24 | 143.48 | 0.16 | 0.72 |
| Hex | AB | C2 | B4 | C | 0 | 7 | 18 | 8F | 10 | 48 |
| Octal | 253 | 302 | 264 | 14 | 0 | 7 | 30 | 217 | 20 | 110 |
| Binary | 10101011 | 11000010 | 10110100 | 1100 | 0 | 111 | 11000 | 10001111 | 10000 | 1001000 |
Color Harmonies of #ABC2B4
Complementary color
Monochromatic Colors of #ABC2B4
Black with #ABC2B4
Text Example
Text Example
White with #ABC2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC2B4; }
p { color: rgb(171,194,180); }
H1.HeaderClassName
{
color: #ABC2B4;
}
.AnyTagClassName
{
color: #ABC2B4;
}
</style>
background-color css
<style>
a { background-color: #ABC2B4; }
a { background-color: rgb(171,194,180); }
div.DivClassName
{
background-color: #ABC2B4;
}
.BgClassName
{
background-color: #ABC2B4;
}
</style>
border-color css
<style>
span { border-color: #ABC2B4; }
span { border-color: rgb(171,194,180); }
td.TdClassName
{
border-color: #ABC2B4;
}
.TagClassName
{
border-color: #ABC2B4;
}
</style>