Shades of Loblolly #ACC2B5
Tints of Loblolly #ACC2B5
RGB
CMYK
RGB Variations
Color information
#ACC2B5 (or 0xACC2B5) is known color: Loblolly. HEX triplet: AC, C2 and B5. RGB value is (172,194,181). Sum of RGB (Red+Green+Blue) = 172+194+181=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 194 (76.17% from 255 or 35.47% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC2B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC2B5 is #533D4A. Grayscale: #B9B9B9. Windows color (decimal): -5455179 or 11911852. OLE color: 11911852.
HSL color Cylindrical-coordinate representation of color #ACC2B5: hue angle of 144.55º 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 #ACC2B5 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
RGB | 172 | 194 | 181 | - |
CMYK | 0.11 | 0 | 0.07 | 0.24 |
HSL | 144.55º | 0.15% | 0.72% | - |
HSV(B) | 144.55º | 0.11% | 0.76% | - |
XYZ | 44.65 | 50.69 | 51.15 | - |
YUV | 185.94 | 125.21 | 118.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 194 | 181 | 0.11 | 0 | 0.07 | 0.24 | 144.55 | 0.15 | 0.72 |
Hex | AC | C2 | B5 | B | 0 | 7 | 18 | 91 | F | 48 |
Octal | 254 | 302 | 265 | 13 | 0 | 7 | 30 | 221 | 17 | 110 |
Binary | 10101100 | 11000010 | 10110101 | 1011 | 0 | 111 | 11000 | 10010001 | 1111 | 1001000 |
Color Harmonies of #ACC2B5
Complementary color
Monochromatic Colors of #ACC2B5
Black with #ACC2B5
Text Example
Text Example
White with #ACC2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC2B5; }
p { color: rgb(172,194,181); }
H1.HeaderClassName
{
color: #ACC2B5;
}
.AnyTagClassName
{
color: #ACC2B5;
}
</style>
background-color css
<style>
a { background-color: #ACC2B5; }
a { background-color: rgb(172,194,181); }
div.DivClassName
{
background-color: #ACC2B5;
}
.BgClassName
{
background-color: #ACC2B5;
}
</style>
border-color css
<style>
span { border-color: #ACC2B5; }
span { border-color: rgb(172,194,181); }
td.TdClassName
{
border-color: #ACC2B5;
}
.TagClassName
{
border-color: #ACC2B5;
}
</style>