Shades of Loblolly #ADC4B7
Tints of Loblolly #ADC4B7
RGB
CMYK
RGB Variations
Color information
#ADC4B7 (or 0xADC4B7) is known color: Loblolly. HEX triplet: AD, C4 and B7. RGB value is (173,196,183). Sum of RGB (Red+Green+Blue) = 173+196+183=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 196 (76.95% from 255 or 35.51% from 552); Blue value is 183 (71.88% from 255 or 33.15% from 552); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC4B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC4B7 is #523B48. Grayscale: #BBBBBB. Windows color (decimal): -5389129 or 12043437. OLE color: 12043437.
HSL color Cylindrical-coordinate representation of color #ADC4B7: hue angle of 146.09º 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 #ADC4B7 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 183 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.23 |
| HSL | 146.09º | 0.16% | 0.72% | - |
| HSV(B) | 146.09º | 0.12% | 0.77% | - |
| XYZ | 45.52 | 51.78 | 52.4 | - |
| YUV | 187.64 | 125.38 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 183 | 0.12 | 0 | 0.07 | 0.23 | 146.09 | 0.16 | 0.72 |
| Hex | AD | C4 | B7 | C | 0 | 7 | 17 | 92 | 10 | 48 |
| Octal | 255 | 304 | 267 | 14 | 0 | 7 | 27 | 222 | 20 | 110 |
| Binary | 10101101 | 11000100 | 10110111 | 1100 | 0 | 111 | 10111 | 10010010 | 10000 | 1001000 |
Color Harmonies of #ADC4B7
Complementary color
Monochromatic Colors of #ADC4B7
Black with #ADC4B7
Text Example
Text Example
White with #ADC4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC4B7; }
p { color: rgb(173,196,183); }
H1.HeaderClassName
{
color: #ADC4B7;
}
.AnyTagClassName
{
color: #ADC4B7;
}
</style>
background-color css
<style>
a { background-color: #ADC4B7; }
a { background-color: rgb(173,196,183); }
div.DivClassName
{
background-color: #ADC4B7;
}
.BgClassName
{
background-color: #ADC4B7;
}
</style>
border-color css
<style>
span { border-color: #ADC4B7; }
span { border-color: rgb(173,196,183); }
td.TdClassName
{
border-color: #ADC4B7;
}
.TagClassName
{
border-color: #ADC4B7;
}
</style>