Shades of Loblolly #ADBCB5
Tints of Loblolly #ADBCB5
RGB
CMYK
RGB Variations
Color information
#ADBCB5 (or 0xADBCB5) is known color: Loblolly. HEX triplet: AD, BC and B5. RGB value is (173,188,181). Sum of RGB (Red+Green+Blue) = 173+188+181=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 181 (71.09% from 255 or 33.39% from 542); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBCB5 is #52434A. Grayscale: #B6B6B6. Windows color (decimal): -5391179 or 11910317. OLE color: 11910317.
HSL color Cylindrical-coordinate representation of color #ADBCB5: hue angle of 152º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADBCB5 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
RGB | 173 | 188 | 181 | - |
CMYK | 0.08 | 0 | 0.04 | 0.26 |
HSL | 152º | 0.1% | 0.71% | - |
HSV(B) | 152º | 0.08% | 0.74% | - |
XYZ | 43.56 | 48.19 | 50.72 | - |
YUV | 182.72 | 127.03 | 121.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 188 | 181 | 0.08 | 0 | 0.04 | 0.26 | 152 | 0.1 | 0.71 |
Hex | AD | BC | B5 | 8 | 0 | 4 | 1A | 98 | A | 47 |
Octal | 255 | 274 | 265 | 10 | 0 | 4 | 32 | 230 | 12 | 107 |
Binary | 10101101 | 10111100 | 10110101 | 1000 | 0 | 100 | 11010 | 10011000 | 1010 | 1000111 |
Color Harmonies of #ADBCB5
Complementary color
Monochromatic Colors of #ADBCB5
Black with #ADBCB5
Text Example
Text Example
White with #ADBCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBCB5; }
p { color: rgb(173,188,181); }
H1.HeaderClassName
{
color: #ADBCB5;
}
.AnyTagClassName
{
color: #ADBCB5;
}
</style>
background-color css
<style>
a { background-color: #ADBCB5; }
a { background-color: rgb(173,188,181); }
div.DivClassName
{
background-color: #ADBCB5;
}
.BgClassName
{
background-color: #ADBCB5;
}
</style>
border-color css
<style>
span { border-color: #ADBCB5; }
span { border-color: rgb(173,188,181); }
td.TdClassName
{
border-color: #ADBCB5;
}
.TagClassName
{
border-color: #ADBCB5;
}
</style>