Shades of Celery #ACBB4C
Tints of Celery #ACBB4C
RGB
CMYK
RGB Variations
Color information
#ACBB4C (or 0xACBB4C) is known color: Celery. HEX triplet: AC, BB and 4C. RGB value is (172,187,76). Sum of RGB (Red+Green+Blue) = 172+187+76=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 76 (30.08% from 255 or 17.47% from 435); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBB4C is #5344B3. Grayscale: #AAAAAA. Windows color (decimal): -5457076 or 5028780. OLE color: 5028780.
HSL color Cylindrical-coordinate representation of color #ACBB4C: hue angle of 68.11º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACBB4C is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 187 | 76 | - |
| CMYK | 0.08 | 0 | 0.59 | 0.27 |
| HSL | 68.11º | 0.45% | 0.52% | - |
| HSV(B) | 68.11º | 0.59% | 0.73% | - |
| XYZ | 36.09 | 44.83 | 13.59 | - |
| YUV | 169.86 | 75.03 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 187 | 76 | 0.08 | 0 | 0.59 | 0.27 | 68.11 | 0.45 | 0.52 |
| Hex | AC | BB | 4C | 8 | 0 | 3B | 1B | 44 | 2D | 34 |
| Octal | 254 | 273 | 114 | 10 | 0 | 73 | 33 | 104 | 55 | 64 |
| Binary | 10101100 | 10111011 | 1001100 | 1000 | 0 | 111011 | 11011 | 1000100 | 101101 | 110100 |
Color Harmonies of #ACBB4C
Complementary color
Monochromatic Colors of #ACBB4C
Black with #ACBB4C
Text Example
Text Example
White with #ACBB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBB4C; }
p { color: rgb(172,187,76); }
H1.HeaderClassName
{
color: #ACBB4C;
}
.AnyTagClassName
{
color: #ACBB4C;
}
</style>
background-color css
<style>
a { background-color: #ACBB4C; }
a { background-color: rgb(172,187,76); }
div.DivClassName
{
background-color: #ACBB4C;
}
.BgClassName
{
background-color: #ACBB4C;
}
</style>
border-color css
<style>
span { border-color: #ACBB4C; }
span { border-color: rgb(172,187,76); }
td.TdClassName
{
border-color: #ACBB4C;
}
.TagClassName
{
border-color: #ACBB4C;
}
</style>