Shades of Loblolly #ABC2B5
Tints of Loblolly #ABC2B5
RGB
CMYK
RGB Variations
Color information
#ABC2B5 (or 0xABC2B5) is known color: Loblolly. HEX triplet: AB, C2 and B5. RGB value is (171,194,181). Sum of RGB (Red+Green+Blue) = 171+194+181=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 194 (76.17% from 255 or 35.53% from 546); Blue value is 181 (71.09% from 255 or 33.15% from 546); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC2B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC2B5 is #543D4A. Grayscale: #B9B9B9. Windows color (decimal): -5520715 or 11911851. OLE color: 11911851.
HSL color Cylindrical-coordinate representation of color #ABC2B5: hue angle of 146.09º 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 #ABC2B5 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 181 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.24 |
| HSL | 146.09º | 0.16% | 0.72% | - |
| HSV(B) | 146.09º | 0.12% | 0.76% | - |
| XYZ | 44.43 | 50.58 | 51.14 | - |
| YUV | 185.64 | 125.38 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 181 | 0.12 | 0 | 0.07 | 0.24 | 146.09 | 0.16 | 0.72 |
| Hex | AB | C2 | B5 | C | 0 | 7 | 18 | 92 | 10 | 48 |
| Octal | 253 | 302 | 265 | 14 | 0 | 7 | 30 | 222 | 20 | 110 |
| Binary | 10101011 | 11000010 | 10110101 | 1100 | 0 | 111 | 11000 | 10010010 | 10000 | 1001000 |
Color Harmonies of #ABC2B5
Complementary color
Monochromatic Colors of #ABC2B5
Black with #ABC2B5
Text Example
Text Example
White with #ABC2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC2B5; }
p { color: rgb(171,194,181); }
H1.HeaderClassName
{
color: #ABC2B5;
}
.AnyTagClassName
{
color: #ABC2B5;
}
</style>
background-color css
<style>
a { background-color: #ABC2B5; }
a { background-color: rgb(171,194,181); }
div.DivClassName
{
background-color: #ABC2B5;
}
.BgClassName
{
background-color: #ABC2B5;
}
</style>
border-color css
<style>
span { border-color: #ABC2B5; }
span { border-color: rgb(171,194,181); }
td.TdClassName
{
border-color: #ABC2B5;
}
.TagClassName
{
border-color: #ABC2B5;
}
</style>