Shades of Loblolly #ACC2B6
Tints of Loblolly #ACC2B6
RGB
CMYK
RGB Variations
Color information
#ACC2B6 (or 0xACC2B6) is known color: Loblolly. HEX triplet: AC, C2 and B6. RGB value is (172,194,182). Sum of RGB (Red+Green+Blue) = 172+194+182=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 194 (76.17% from 255 or 35.40% from 548); Blue value is 182 (71.48% from 255 or 33.21% from 548); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC2B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC2B6 is #533D49. Grayscale: #BABABA. Windows color (decimal): -5455178 or 11977388. OLE color: 11977388.
HSL color Cylindrical-coordinate representation of color #ACC2B6: hue angle of 147.27º 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 #ACC2B6 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 194 | 182 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.24 |
| HSL | 147.27º | 0.15% | 0.72% | - |
| HSV(B) | 147.27º | 0.11% | 0.76% | - |
| XYZ | 44.75 | 50.73 | 51.69 | - |
| YUV | 186.05 | 125.71 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 194 | 182 | 0.11 | 0 | 0.06 | 0.24 | 147.27 | 0.15 | 0.72 |
| Hex | AC | C2 | B6 | B | 0 | 6 | 18 | 93 | F | 48 |
| Octal | 254 | 302 | 266 | 13 | 0 | 6 | 30 | 223 | 17 | 110 |
| Binary | 10101100 | 11000010 | 10110110 | 1011 | 0 | 110 | 11000 | 10010011 | 1111 | 1001000 |
Color Harmonies of #ACC2B6
Complementary color
Monochromatic Colors of #ACC2B6
Black with #ACC2B6
Text Example
Text Example
White with #ACC2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC2B6; }
p { color: rgb(172,194,182); }
H1.HeaderClassName
{
color: #ACC2B6;
}
.AnyTagClassName
{
color: #ACC2B6;
}
</style>
background-color css
<style>
a { background-color: #ACC2B6; }
a { background-color: rgb(172,194,182); }
div.DivClassName
{
background-color: #ACC2B6;
}
.BgClassName
{
background-color: #ACC2B6;
}
</style>
border-color css
<style>
span { border-color: #ACC2B6; }
span { border-color: rgb(172,194,182); }
td.TdClassName
{
border-color: #ACC2B6;
}
.TagClassName
{
border-color: #ACC2B6;
}
</style>