Shades of Loblolly #ACC2B7
Tints of Loblolly #ACC2B7
RGB
CMYK
RGB Variations
Color information
#ACC2B7 (or 0xACC2B7) is known color: Loblolly. HEX triplet: AC, C2 and B7. RGB value is (172,194,183). Sum of RGB (Red+Green+Blue) = 172+194+183=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 183 (71.88% from 255 or 33.33% from 549); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC2B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC2B7 is #533D48. Grayscale: #BABABA. Windows color (decimal): -5455177 or 12042924. OLE color: 12042924.
HSL color Cylindrical-coordinate representation of color #ACC2B7: hue angle of 150º 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 #ACC2B7 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
RGB | 172 | 194 | 183 | - |
CMYK | 0.11 | 0 | 0.06 | 0.24 |
HSL | 150º | 0.15% | 0.72% | - |
HSV(B) | 150º | 0.11% | 0.76% | - |
XYZ | 44.85 | 50.77 | 52.24 | - |
YUV | 186.17 | 126.21 | 117.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 194 | 183 | 0.11 | 0 | 0.06 | 0.24 | 150 | 0.15 | 0.72 |
Hex | AC | C2 | B7 | B | 0 | 6 | 18 | 96 | F | 48 |
Octal | 254 | 302 | 267 | 13 | 0 | 6 | 30 | 226 | 17 | 110 |
Binary | 10101100 | 11000010 | 10110111 | 1011 | 0 | 110 | 11000 | 10010110 | 1111 | 1001000 |
Color Harmonies of #ACC2B7
Complementary color
Monochromatic Colors of #ACC2B7
Black with #ACC2B7
Text Example
Text Example
White with #ACC2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC2B7; }
p { color: rgb(172,194,183); }
H1.HeaderClassName
{
color: #ACC2B7;
}
.AnyTagClassName
{
color: #ACC2B7;
}
</style>
background-color css
<style>
a { background-color: #ACC2B7; }
a { background-color: rgb(172,194,183); }
div.DivClassName
{
background-color: #ACC2B7;
}
.BgClassName
{
background-color: #ACC2B7;
}
</style>
border-color css
<style>
span { border-color: #ACC2B7; }
span { border-color: rgb(172,194,183); }
td.TdClassName
{
border-color: #ACC2B7;
}
.TagClassName
{
border-color: #ACC2B7;
}
</style>