Shades of Celery #ACBC42
Tints of Celery #ACBC42
RGB
CMYK
RGB Variations
Color information
#ACBC42 (or 0xACBC42) is known color: Celery. HEX triplet: AC, BC and 42. RGB value is (172,188,66). Sum of RGB (Red+Green+Blue) = 172+188+66=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 66 (26.17% from 255 or 15.49% from 426); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBC42 is #5343BD. Grayscale: #A9A9A9. Windows color (decimal): -5456830 or 4373676. OLE color: 4373676.
HSL color Cylindrical-coordinate representation of color #ACBC42: hue angle of 67.87º degrees, saturation: 0.48, 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 #ACBC42 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 66 | - |
| CMYK | 0.09 | 0 | 0.65 | 0.26 |
| HSL | 67.87º | 0.48% | 0.5% | - |
| HSV(B) | 67.87º | 0.65% | 0.74% | - |
| XYZ | 35.98 | 45.13 | 11.97 | - |
| YUV | 169.31 | 69.7 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 66 | 0.09 | 0 | 0.65 | 0.26 | 67.87 | 0.48 | 0.5 |
| Hex | AC | BC | 42 | 9 | 0 | 41 | 1A | 44 | 30 | 32 |
| Octal | 254 | 274 | 102 | 11 | 0 | 101 | 32 | 104 | 60 | 62 |
| Binary | 10101100 | 10111100 | 1000010 | 1001 | 0 | 1000001 | 11010 | 1000100 | 110000 | 110010 |
Color Harmonies of #ACBC42
Complementary color
Monochromatic Colors of #ACBC42
Black with #ACBC42
Text Example
Text Example
White with #ACBC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC42; }
p { color: rgb(172,188,66); }
H1.HeaderClassName
{
color: #ACBC42;
}
.AnyTagClassName
{
color: #ACBC42;
}
</style>
background-color css
<style>
a { background-color: #ACBC42; }
a { background-color: rgb(172,188,66); }
div.DivClassName
{
background-color: #ACBC42;
}
.BgClassName
{
background-color: #ACBC42;
}
</style>
border-color css
<style>
span { border-color: #ACBC42; }
span { border-color: rgb(172,188,66); }
td.TdClassName
{
border-color: #ACBC42;
}
.TagClassName
{
border-color: #ACBC42;
}
</style>