Shades of Celery #ACBC45
Tints of Celery #ACBC45
RGB
CMYK
RGB Variations
Color information
#ACBC45 (or 0xACBC45) is known color: Celery. HEX triplet: AC, BC and 45. RGB value is (172,188,69). Sum of RGB (Red+Green+Blue) = 172+188+69=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 69 (27.34% from 255 or 16.08% from 429); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBC45 is #5343BA. Grayscale: #AAAAAA. Windows color (decimal): -5456827 or 4570284. OLE color: 4570284.
HSL color Cylindrical-coordinate representation of color #ACBC45: hue angle of 68.07º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACBC45 is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 69 | - |
| CMYK | 0.09 | 0 | 0.63 | 0.26 |
| HSL | 68.07º | 0.47% | 0.5% | - |
| HSV(B) | 68.07º | 0.63% | 0.74% | - |
| XYZ | 36.07 | 45.17 | 12.45 | - |
| YUV | 169.65 | 71.2 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 69 | 0.09 | 0 | 0.63 | 0.26 | 68.07 | 0.47 | 0.5 |
| Hex | AC | BC | 45 | 9 | 0 | 3F | 1A | 44 | 2F | 32 |
| Octal | 254 | 274 | 105 | 11 | 0 | 77 | 32 | 104 | 57 | 62 |
| Binary | 10101100 | 10111100 | 1000101 | 1001 | 0 | 111111 | 11010 | 1000100 | 101111 | 110010 |
Color Harmonies of #ACBC45
Complementary color
Monochromatic Colors of #ACBC45
Black with #ACBC45
Text Example
Text Example
White with #ACBC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC45; }
p { color: rgb(172,188,69); }
H1.HeaderClassName
{
color: #ACBC45;
}
.AnyTagClassName
{
color: #ACBC45;
}
</style>
background-color css
<style>
a { background-color: #ACBC45; }
a { background-color: rgb(172,188,69); }
div.DivClassName
{
background-color: #ACBC45;
}
.BgClassName
{
background-color: #ACBC45;
}
</style>
border-color css
<style>
span { border-color: #ACBC45; }
span { border-color: rgb(172,188,69); }
td.TdClassName
{
border-color: #ACBC45;
}
.TagClassName
{
border-color: #ACBC45;
}
</style>