Shades of Loblolly #ACC5B7
Tints of Loblolly #ACC5B7
RGB
CMYK
RGB Variations
Color information
#ACC5B7 (or 0xACC5B7) is known color: Loblolly. HEX triplet: AC, C5 and B7. RGB value is (172,197,183). Sum of RGB (Red+Green+Blue) = 172+197+183=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 183 (71.88% from 255 or 33.15% from 552); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC5B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC5B7 is #533A48. Grayscale: #BBBBBB. Windows color (decimal): -5454409 or 12043692. OLE color: 12043692.
HSL color Cylindrical-coordinate representation of color #ACC5B7: hue angle of 146.4º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACC5B7 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 183 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.23 |
| HSL | 146.4º | 0.18% | 0.72% | - |
| HSV(B) | 146.4º | 0.13% | 0.77% | - |
| XYZ | 45.53 | 52.12 | 52.46 | - |
| YUV | 187.93 | 125.22 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 183 | 0.13 | 0 | 0.07 | 0.23 | 146.4 | 0.18 | 0.72 |
| Hex | AC | C5 | B7 | D | 0 | 7 | 17 | 92 | 12 | 48 |
| Octal | 254 | 305 | 267 | 15 | 0 | 7 | 27 | 222 | 22 | 110 |
| Binary | 10101100 | 11000101 | 10110111 | 1101 | 0 | 111 | 10111 | 10010010 | 10010 | 1001000 |
Color Harmonies of #ACC5B7
Complementary color
Monochromatic Colors of #ACC5B7
Black with #ACC5B7
Text Example
Text Example
White with #ACC5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC5B7; }
p { color: rgb(172,197,183); }
H1.HeaderClassName
{
color: #ACC5B7;
}
.AnyTagClassName
{
color: #ACC5B7;
}
</style>
background-color css
<style>
a { background-color: #ACC5B7; }
a { background-color: rgb(172,197,183); }
div.DivClassName
{
background-color: #ACC5B7;
}
.BgClassName
{
background-color: #ACC5B7;
}
</style>
border-color css
<style>
span { border-color: #ACC5B7; }
span { border-color: rgb(172,197,183); }
td.TdClassName
{
border-color: #ACC5B7;
}
.TagClassName
{
border-color: #ACC5B7;
}
</style>