Shades of Celery #ACC04B
Tints of Celery #ACC04B
RGB
CMYK
RGB Variations
Color information
#ACC04B (or 0xACC04B) is known color: Celery. HEX triplet: AC, C0 and 4B. RGB value is (172,192,75). Sum of RGB (Red+Green+Blue) = 172+192+75=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 75 (29.69% from 255 or 17.08% from 439); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC04B is #533FB4. Grayscale: #ADADAD. Windows color (decimal): -5455797 or 4964524. OLE color: 4964524.
HSL color Cylindrical-coordinate representation of color #ACC04B: hue angle of 70.26º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACC04B is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 192 | 75 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.25 |
| HSL | 70.26º | 0.48% | 0.52% | - |
| HSV(B) | 70.26º | 0.61% | 0.75% | - |
| XYZ | 37.13 | 46.98 | 13.77 | - |
| YUV | 172.68 | 72.87 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 75 | 0.10 | 0 | 0.61 | 0.25 | 70.26 | 0.48 | 0.52 |
| Hex | AC | C0 | 4B | A | 0 | 3D | 19 | 46 | 30 | 34 |
| Octal | 254 | 300 | 113 | 12 | 0 | 75 | 31 | 106 | 60 | 64 |
| Binary | 10101100 | 11000000 | 1001011 | 1010 | 0 | 111101 | 11001 | 1000110 | 110000 | 110100 |
Color Harmonies of #ACC04B
Complementary color
Monochromatic Colors of #ACC04B
Black with #ACC04B
Text Example
Text Example
White with #ACC04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC04B; }
p { color: rgb(172,192,75); }
H1.HeaderClassName
{
color: #ACC04B;
}
.AnyTagClassName
{
color: #ACC04B;
}
</style>
background-color css
<style>
a { background-color: #ACC04B; }
a { background-color: rgb(172,192,75); }
div.DivClassName
{
background-color: #ACC04B;
}
.BgClassName
{
background-color: #ACC04B;
}
</style>
border-color css
<style>
span { border-color: #ACC04B; }
span { border-color: rgb(172,192,75); }
td.TdClassName
{
border-color: #ACC04B;
}
.TagClassName
{
border-color: #ACC04B;
}
</style>