Shades of Celery #ACBC41
Tints of Celery #ACBC41
RGB
CMYK
RGB Variations
Color information
#ACBC41 (or 0xACBC41) is known color: Celery. HEX triplet: AC, BC and 41. RGB value is (172,188,65). Sum of RGB (Red+Green+Blue) = 172+188+65=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 65 (25.78% from 255 or 15.29% from 425); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBC41 is #5343BE. Grayscale: #A9A9A9. Windows color (decimal): -5456831 or 4308140. OLE color: 4308140.
HSL color Cylindrical-coordinate representation of color #ACBC41: hue angle of 67.8º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ACBC41 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 65 | - |
| CMYK | 0.09 | 0 | 0.65 | 0.26 |
| HSL | 67.8º | 0.49% | 0.5% | - |
| HSV(B) | 67.8º | 0.65% | 0.74% | - |
| XYZ | 35.95 | 45.12 | 11.82 | - |
| YUV | 169.19 | 69.2 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 65 | 0.09 | 0 | 0.65 | 0.26 | 67.8 | 0.49 | 0.5 |
| Hex | AC | BC | 41 | 9 | 0 | 41 | 1A | 44 | 31 | 32 |
| Octal | 254 | 274 | 101 | 11 | 0 | 101 | 32 | 104 | 61 | 62 |
| Binary | 10101100 | 10111100 | 1000001 | 1001 | 0 | 1000001 | 11010 | 1000100 | 110001 | 110010 |
Color Harmonies of #ACBC41
Complementary color
Monochromatic Colors of #ACBC41
Black with #ACBC41
Text Example
Text Example
White with #ACBC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC41; }
p { color: rgb(172,188,65); }
H1.HeaderClassName
{
color: #ACBC41;
}
.AnyTagClassName
{
color: #ACBC41;
}
</style>
background-color css
<style>
a { background-color: #ACBC41; }
a { background-color: rgb(172,188,65); }
div.DivClassName
{
background-color: #ACBC41;
}
.BgClassName
{
background-color: #ACBC41;
}
</style>
border-color css
<style>
span { border-color: #ACBC41; }
span { border-color: rgb(172,188,65); }
td.TdClassName
{
border-color: #ACBC41;
}
.TagClassName
{
border-color: #ACBC41;
}
</style>