Shades of Loblolly #ACC5B9
Tints of Loblolly #ACC5B9
RGB
CMYK
RGB Variations
Color information
#ACC5B9 (or 0xACC5B9) is known color: Loblolly. HEX triplet: AC, C5 and B9. RGB value is (172,197,185). Sum of RGB (Red+Green+Blue) = 172+197+185=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC5B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC5B9 is #533A46. Grayscale: #BCBCBC. Windows color (decimal): -5454407 or 12174764. OLE color: 12174764.
HSL color Cylindrical-coordinate representation of color #ACC5B9: hue angle of 151.2º 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 #ACC5B9 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 185 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.23 |
| HSL | 151.2º | 0.18% | 0.72% | - |
| HSV(B) | 151.2º | 0.13% | 0.77% | - |
| XYZ | 45.74 | 52.21 | 53.57 | - |
| YUV | 188.16 | 126.22 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 185 | 0.13 | 0 | 0.06 | 0.23 | 151.2 | 0.18 | 0.72 |
| Hex | AC | C5 | B9 | D | 0 | 6 | 17 | 97 | 12 | 48 |
| Octal | 254 | 305 | 271 | 15 | 0 | 6 | 27 | 227 | 22 | 110 |
| Binary | 10101100 | 11000101 | 10111001 | 1101 | 0 | 110 | 10111 | 10010111 | 10010 | 1001000 |
Color Harmonies of #ACC5B9
Complementary color
Monochromatic Colors of #ACC5B9
Black with #ACC5B9
Text Example
Text Example
White with #ACC5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC5B9; }
p { color: rgb(172,197,185); }
H1.HeaderClassName
{
color: #ACC5B9;
}
.AnyTagClassName
{
color: #ACC5B9;
}
</style>
background-color css
<style>
a { background-color: #ACC5B9; }
a { background-color: rgb(172,197,185); }
div.DivClassName
{
background-color: #ACC5B9;
}
.BgClassName
{
background-color: #ACC5B9;
}
</style>
border-color css
<style>
span { border-color: #ACC5B9; }
span { border-color: rgb(172,197,185); }
td.TdClassName
{
border-color: #ACC5B9;
}
.TagClassName
{
border-color: #ACC5B9;
}
</style>