Shades of Celery #ACBF40
Tints of Celery #ACBF40
RGB
CMYK
RGB Variations
Color information
#ACBF40 (or 0xACBF40) is known color: Celery. HEX triplet: AC, BF and 40. RGB value is (172,191,64). Sum of RGB (Red+Green+Blue) = 172+191+64=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 64 (25.39% from 255 or 14.99% from 427); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBF40 is #5340BF. Grayscale: #ABABAB. Windows color (decimal): -5456064 or 4243372. OLE color: 4243372.
HSL color Cylindrical-coordinate representation of color #ACBF40: hue angle of 68.98º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACBF40 is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 191 | 64 | - |
| CMYK | 0.10 | 0 | 0.66 | 0.25 |
| HSL | 68.98º | 0.5% | 0.5% | - |
| HSV(B) | 68.98º | 0.66% | 0.75% | - |
| XYZ | 36.57 | 46.4 | 11.88 | - |
| YUV | 170.84 | 67.71 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 191 | 64 | 0.10 | 0 | 0.66 | 0.25 | 68.98 | 0.5 | 0.5 |
| Hex | AC | BF | 40 | A | 0 | 42 | 19 | 45 | 32 | 32 |
| Octal | 254 | 277 | 100 | 12 | 0 | 102 | 31 | 105 | 62 | 62 |
| Binary | 10101100 | 10111111 | 1000000 | 1010 | 0 | 1000010 | 11001 | 1000101 | 110010 | 110010 |
Color Harmonies of #ACBF40
Complementary color
Monochromatic Colors of #ACBF40
Black with #ACBF40
Text Example
Text Example
White with #ACBF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBF40; }
p { color: rgb(172,191,64); }
H1.HeaderClassName
{
color: #ACBF40;
}
.AnyTagClassName
{
color: #ACBF40;
}
</style>
background-color css
<style>
a { background-color: #ACBF40; }
a { background-color: rgb(172,191,64); }
div.DivClassName
{
background-color: #ACBF40;
}
.BgClassName
{
background-color: #ACBF40;
}
</style>
border-color css
<style>
span { border-color: #ACBF40; }
span { border-color: rgb(172,191,64); }
td.TdClassName
{
border-color: #ACBF40;
}
.TagClassName
{
border-color: #ACBF40;
}
</style>