Shades of Loblolly #ABC0B6
Tints of Loblolly #ABC0B6
RGB
CMYK
RGB Variations
Color information
#ABC0B6 (or 0xABC0B6) is known color: Loblolly. HEX triplet: AB, C0 and B6. RGB value is (171,192,182). Sum of RGB (Red+Green+Blue) = 171+192+182=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 182 (71.48% from 255 or 33.39% from 545); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC0B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC0B6 is #543F49. Grayscale: #B8B8B8. Windows color (decimal): -5521226 or 11976875. OLE color: 11976875.
HSL color Cylindrical-coordinate representation of color #ABC0B6: hue angle of 151.43º 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 #ABC0B6 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 182 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.25 |
| HSL | 151.43º | 0.14% | 0.71% | - |
| HSV(B) | 151.43º | 0.11% | 0.75% | - |
| XYZ | 44.09 | 49.73 | 51.53 | - |
| YUV | 184.58 | 126.54 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 182 | 0.11 | 0 | 0.05 | 0.25 | 151.43 | 0.14 | 0.71 |
| Hex | AB | C0 | B6 | B | 0 | 5 | 19 | 97 | E | 47 |
| Octal | 253 | 300 | 266 | 13 | 0 | 5 | 31 | 227 | 16 | 107 |
| Binary | 10101011 | 11000000 | 10110110 | 1011 | 0 | 101 | 11001 | 10010111 | 1110 | 1000111 |
Color Harmonies of #ABC0B6
Complementary color
Monochromatic Colors of #ABC0B6
Black with #ABC0B6
Text Example
Text Example
White with #ABC0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC0B6; }
p { color: rgb(171,192,182); }
H1.HeaderClassName
{
color: #ABC0B6;
}
.AnyTagClassName
{
color: #ABC0B6;
}
</style>
background-color css
<style>
a { background-color: #ABC0B6; }
a { background-color: rgb(171,192,182); }
div.DivClassName
{
background-color: #ABC0B6;
}
.BgClassName
{
background-color: #ABC0B6;
}
</style>
border-color css
<style>
span { border-color: #ABC0B6; }
span { border-color: rgb(171,192,182); }
td.TdClassName
{
border-color: #ABC0B6;
}
.TagClassName
{
border-color: #ABC0B6;
}
</style>