Shades of Loblolly #ABC0B5
Tints of Loblolly #ABC0B5
RGB
CMYK
RGB Variations
Color information
#ABC0B5 (or 0xABC0B5) is known color: Loblolly. HEX triplet: AB, C0 and B5. RGB value is (171,192,181). Sum of RGB (Red+Green+Blue) = 171+192+181=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 181 (71.09% from 255 or 33.27% from 544); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC0B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC0B5 is #543F4A. Grayscale: #B8B8B8. Windows color (decimal): -5521227 or 11911339. OLE color: 11911339.
HSL color Cylindrical-coordinate representation of color #ABC0B5: hue angle of 148.57º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABC0B5 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 181 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.25 |
| HSL | 148.57º | 0.14% | 0.71% | - |
| HSV(B) | 148.57º | 0.11% | 0.75% | - |
| XYZ | 43.98 | 49.69 | 50.99 | - |
| YUV | 184.47 | 126.04 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 181 | 0.11 | 0 | 0.06 | 0.25 | 148.57 | 0.14 | 0.71 |
| Hex | AB | C0 | B5 | B | 0 | 6 | 19 | 95 | E | 47 |
| Octal | 253 | 300 | 265 | 13 | 0 | 6 | 31 | 225 | 16 | 107 |
| Binary | 10101011 | 11000000 | 10110101 | 1011 | 0 | 110 | 11001 | 10010101 | 1110 | 1000111 |
Color Harmonies of #ABC0B5
Complementary color
Monochromatic Colors of #ABC0B5
Black with #ABC0B5
Text Example
Text Example
White with #ABC0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC0B5; }
p { color: rgb(171,192,181); }
H1.HeaderClassName
{
color: #ABC0B5;
}
.AnyTagClassName
{
color: #ABC0B5;
}
</style>
background-color css
<style>
a { background-color: #ABC0B5; }
a { background-color: rgb(171,192,181); }
div.DivClassName
{
background-color: #ABC0B5;
}
.BgClassName
{
background-color: #ABC0B5;
}
</style>
border-color css
<style>
span { border-color: #ABC0B5; }
span { border-color: rgb(171,192,181); }
td.TdClassName
{
border-color: #ABC0B5;
}
.TagClassName
{
border-color: #ABC0B5;
}
</style>