Shades of Loblolly #ADC5B9
Tints of Loblolly #ADC5B9
RGB
CMYK
RGB Variations
Color information
#ADC5B9 (or 0xADC5B9) is known color: Loblolly. HEX triplet: AD, C5 and B9. RGB value is (173,197,185). Sum of RGB (Red+Green+Blue) = 173+197+185=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 185 (72.66% from 255 or 33.33% from 555); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC5B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC5B9 is #523A46. Grayscale: #BCBCBC. Windows color (decimal): -5388871 or 12174765. OLE color: 12174765.
HSL color Cylindrical-coordinate representation of color #ADC5B9: hue angle of 150º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADC5B9 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 185 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.23 |
| HSL | 150º | 0.17% | 0.73% | - |
| HSV(B) | 150º | 0.12% | 0.77% | - |
| XYZ | 45.96 | 52.32 | 53.58 | - |
| YUV | 188.46 | 126.05 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 185 | 0.12 | 0 | 0.06 | 0.23 | 150 | 0.17 | 0.73 |
| Hex | AD | C5 | B9 | C | 0 | 6 | 17 | 96 | 11 | 49 |
| Octal | 255 | 305 | 271 | 14 | 0 | 6 | 27 | 226 | 21 | 111 |
| Binary | 10101101 | 11000101 | 10111001 | 1100 | 0 | 110 | 10111 | 10010110 | 10001 | 1001001 |
Color Harmonies of #ADC5B9
Complementary color
Monochromatic Colors of #ADC5B9
Black with #ADC5B9
Text Example
Text Example
White with #ADC5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC5B9; }
p { color: rgb(173,197,185); }
H1.HeaderClassName
{
color: #ADC5B9;
}
.AnyTagClassName
{
color: #ADC5B9;
}
</style>
background-color css
<style>
a { background-color: #ADC5B9; }
a { background-color: rgb(173,197,185); }
div.DivClassName
{
background-color: #ADC5B9;
}
.BgClassName
{
background-color: #ADC5B9;
}
</style>
border-color css
<style>
span { border-color: #ADC5B9; }
span { border-color: rgb(173,197,185); }
td.TdClassName
{
border-color: #ADC5B9;
}
.TagClassName
{
border-color: #ADC5B9;
}
</style>