Shades of Loblolly #ADC2B5
Tints of Loblolly #ADC2B5
RGB
CMYK
RGB Variations
Color information
#ADC2B5 (or 0xADC2B5) is known color: Loblolly. HEX triplet: AD, C2 and B5. RGB value is (173,194,181). Sum of RGB (Red+Green+Blue) = 173+194+181=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 194 (76.17% from 255 or 35.40% from 548); Blue value is 181 (71.09% from 255 or 33.03% from 548); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC2B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC2B5 is #523D4A. Grayscale: #BABABA. Windows color (decimal): -5389643 or 11911853. OLE color: 11911853.
HSL color Cylindrical-coordinate representation of color #ADC2B5: hue angle of 142.86º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADC2B5 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
RGB | 173 | 194 | 181 | - |
CMYK | 0.11 | 0 | 0.07 | 0.24 |
HSL | 142.86º | 0.15% | 0.72% | - |
HSV(B) | 142.86º | 0.11% | 0.76% | - |
XYZ | 44.87 | 50.8 | 51.16 | - |
YUV | 186.24 | 125.04 | 118.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 194 | 181 | 0.11 | 0 | 0.07 | 0.24 | 142.86 | 0.15 | 0.72 |
Hex | AD | C2 | B5 | B | 0 | 7 | 18 | 8F | F | 48 |
Octal | 255 | 302 | 265 | 13 | 0 | 7 | 30 | 217 | 17 | 110 |
Binary | 10101101 | 11000010 | 10110101 | 1011 | 0 | 111 | 11000 | 10001111 | 1111 | 1001000 |
Color Harmonies of #ADC2B5
Complementary color
Monochromatic Colors of #ADC2B5
Black with #ADC2B5
Text Example
Text Example
White with #ADC2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC2B5; }
p { color: rgb(173,194,181); }
H1.HeaderClassName
{
color: #ADC2B5;
}
.AnyTagClassName
{
color: #ADC2B5;
}
</style>
background-color css
<style>
a { background-color: #ADC2B5; }
a { background-color: rgb(173,194,181); }
div.DivClassName
{
background-color: #ADC2B5;
}
.BgClassName
{
background-color: #ADC2B5;
}
</style>
border-color css
<style>
span { border-color: #ADC2B5; }
span { border-color: rgb(173,194,181); }
td.TdClassName
{
border-color: #ADC2B5;
}
.TagClassName
{
border-color: #ADC2B5;
}
</style>