Shades of Celery #ACBC3F
Tints of Celery #ACBC3F
RGB
CMYK
RGB Variations
Color information
#ACBC3F (or 0xACBC3F) is known color: Celery. HEX triplet: AC, BC and 3F. RGB value is (172,188,63). Sum of RGB (Red+Green+Blue) = 172+188+63=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 63 (25% from 255 or 14.89% from 423); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBC3F is #5343C0. Grayscale: #A9A9A9. Windows color (decimal): -5456833 or 4177068. OLE color: 4177068.
HSL color Cylindrical-coordinate representation of color #ACBC3F: hue angle of 67.68º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACBC3F is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 63 | - |
| CMYK | 0.09 | 0 | 0.66 | 0.26 |
| HSL | 67.68º | 0.5% | 0.49% | - |
| HSV(B) | 67.68º | 0.66% | 0.74% | - |
| XYZ | 35.89 | 45.1 | 11.52 | - |
| YUV | 168.97 | 68.2 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 63 | 0.09 | 0 | 0.66 | 0.26 | 67.68 | 0.5 | 0.49 |
| Hex | AC | BC | 3F | 9 | 0 | 42 | 1A | 44 | 32 | 31 |
| Octal | 254 | 274 | 77 | 11 | 0 | 102 | 32 | 104 | 62 | 61 |
| Binary | 10101100 | 10111100 | 111111 | 1001 | 0 | 1000010 | 11010 | 1000100 | 110010 | 110001 |
Color Harmonies of #ACBC3F
Complementary color
Monochromatic Colors of #ACBC3F
Black with #ACBC3F
Text Example
Text Example
White with #ACBC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC3F; }
p { color: rgb(172,188,63); }
H1.HeaderClassName
{
color: #ACBC3F;
}
.AnyTagClassName
{
color: #ACBC3F;
}
</style>
background-color css
<style>
a { background-color: #ACBC3F; }
a { background-color: rgb(172,188,63); }
div.DivClassName
{
background-color: #ACBC3F;
}
.BgClassName
{
background-color: #ACBC3F;
}
</style>
border-color css
<style>
span { border-color: #ACBC3F; }
span { border-color: rgb(172,188,63); }
td.TdClassName
{
border-color: #ACBC3F;
}
.TagClassName
{
border-color: #ACBC3F;
}
</style>