Shades of Celery #ACB752
Tints of Celery #ACB752
RGB
CMYK
RGB Variations
Color information
#ACB752 (or 0xACB752) is known color: Celery. HEX triplet: AC, B7 and 52. RGB value is (172,183,82). Sum of RGB (Red+Green+Blue) = 172+183+82=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 82 (32.42% from 255 or 18.76% from 437); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB752 is #5348AD. Grayscale: #A8A8A8. Windows color (decimal): -5458094 or 5420972. OLE color: 5420972.
HSL color Cylindrical-coordinate representation of color #ACB752: hue angle of 66.53º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACB752 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 82 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.28 |
| HSL | 66.53º | 0.41% | 0.52% | - |
| HSV(B) | 66.53º | 0.55% | 0.72% | - |
| XYZ | 35.47 | 43.25 | 14.46 | - |
| YUV | 168.2 | 79.36 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 82 | 0.06 | 0 | 0.55 | 0.28 | 66.53 | 0.41 | 0.52 |
| Hex | AC | B7 | 52 | 6 | 0 | 37 | 1C | 43 | 29 | 34 |
| Octal | 254 | 267 | 122 | 6 | 0 | 67 | 34 | 103 | 51 | 64 |
| Binary | 10101100 | 10110111 | 1010010 | 110 | 0 | 110111 | 11100 | 1000011 | 101001 | 110100 |
Color Harmonies of #ACB752
Complementary color
Monochromatic Colors of #ACB752
Black with #ACB752
Text Example
Text Example
White with #ACB752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB752; }
p { color: rgb(172,183,82); }
H1.HeaderClassName
{
color: #ACB752;
}
.AnyTagClassName
{
color: #ACB752;
}
</style>
background-color css
<style>
a { background-color: #ACB752; }
a { background-color: rgb(172,183,82); }
div.DivClassName
{
background-color: #ACB752;
}
.BgClassName
{
background-color: #ACB752;
}
</style>
border-color css
<style>
span { border-color: #ACB752; }
span { border-color: rgb(172,183,82); }
td.TdClassName
{
border-color: #ACB752;
}
.TagClassName
{
border-color: #ACB752;
}
</style>