Shades of Celery #ACBD5C
Tints of Celery #ACBD5C
RGB
CMYK
RGB Variations
Color information
#ACBD5C (or 0xACBD5C) is known color: Celery. HEX triplet: AC, BD and 5C. RGB value is (172,189,92). Sum of RGB (Red+Green+Blue) = 172+189+92=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBD5C is #5342A3. Grayscale: #ADADAD. Windows color (decimal): -5456548 or 6077868. OLE color: 6077868.
HSL color Cylindrical-coordinate representation of color #ACBD5C: hue angle of 70.52º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACBD5C is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 189 | 92 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.26 |
| HSL | 70.52º | 0.42% | 0.55% | - |
| HSV(B) | 70.52º | 0.51% | 0.74% | - |
| XYZ | 37.14 | 45.94 | 17.03 | - |
| YUV | 172.86 | 82.37 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 189 | 92 | 0.09 | 0 | 0.51 | 0.26 | 70.52 | 0.42 | 0.55 |
| Hex | AC | BD | 5C | 9 | 0 | 33 | 1A | 47 | 2A | 37 |
| Octal | 254 | 275 | 134 | 11 | 0 | 63 | 32 | 107 | 52 | 67 |
| Binary | 10101100 | 10111101 | 1011100 | 1001 | 0 | 110011 | 11010 | 1000111 | 101010 | 110111 |
Color Harmonies of #ACBD5C
Complementary color
Monochromatic Colors of #ACBD5C
Black with #ACBD5C
Text Example
Text Example
White with #ACBD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBD5C; }
p { color: rgb(172,189,92); }
H1.HeaderClassName
{
color: #ACBD5C;
}
.AnyTagClassName
{
color: #ACBD5C;
}
</style>
background-color css
<style>
a { background-color: #ACBD5C; }
a { background-color: rgb(172,189,92); }
div.DivClassName
{
background-color: #ACBD5C;
}
.BgClassName
{
background-color: #ACBD5C;
}
</style>
border-color css
<style>
span { border-color: #ACBD5C; }
span { border-color: rgb(172,189,92); }
td.TdClassName
{
border-color: #ACBD5C;
}
.TagClassName
{
border-color: #ACBD5C;
}
</style>