Shades of Loblolly #ADC4B9
Tints of Loblolly #ADC4B9
RGB
CMYK
RGB Variations
Color information
#ADC4B9 (or 0xADC4B9) is known color: Loblolly. HEX triplet: AD, C4 and B9. RGB value is (173,196,185). Sum of RGB (Red+Green+Blue) = 173+196+185=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 196 (76.95% from 255 or 35.38% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC4B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC4B9 is #523B46. Grayscale: #BBBBBB. Windows color (decimal): -5389127 or 12174509. OLE color: 12174509.
HSL color Cylindrical-coordinate representation of color #ADC4B9: hue angle of 151.3º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADC4B9 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 185 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.23 |
| HSL | 151.3º | 0.16% | 0.72% | - |
| HSV(B) | 151.3º | 0.12% | 0.77% | - |
| XYZ | 45.73 | 51.87 | 53.5 | - |
| YUV | 187.87 | 126.38 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 185 | 0.12 | 0 | 0.06 | 0.23 | 151.3 | 0.16 | 0.72 |
| Hex | AD | C4 | B9 | C | 0 | 6 | 17 | 97 | 10 | 48 |
| Octal | 255 | 304 | 271 | 14 | 0 | 6 | 27 | 227 | 20 | 110 |
| Binary | 10101101 | 11000100 | 10111001 | 1100 | 0 | 110 | 10111 | 10010111 | 10000 | 1001000 |
Color Harmonies of #ADC4B9
Complementary color
Monochromatic Colors of #ADC4B9
Black with #ADC4B9
Text Example
Text Example
White with #ADC4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC4B9; }
p { color: rgb(173,196,185); }
H1.HeaderClassName
{
color: #ADC4B9;
}
.AnyTagClassName
{
color: #ADC4B9;
}
</style>
background-color css
<style>
a { background-color: #ADC4B9; }
a { background-color: rgb(173,196,185); }
div.DivClassName
{
background-color: #ADC4B9;
}
.BgClassName
{
background-color: #ADC4B9;
}
</style>
border-color css
<style>
span { border-color: #ADC4B9; }
span { border-color: rgb(173,196,185); }
td.TdClassName
{
border-color: #ADC4B9;
}
.TagClassName
{
border-color: #ADC4B9;
}
</style>