Shades of Celery #ACB93B
Tints of Celery #ACB93B
RGB
CMYK
RGB Variations
Color information
#ACB93B (or 0xACB93B) is known color: Celery. HEX triplet: AC, B9 and 3B. RGB value is (172,185,59). Sum of RGB (Red+Green+Blue) = 172+185+59=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 185 (72.66% from 255 or 44.47% from 416); Blue value is 59 (23.44% from 255 or 14.18% from 416); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB93B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB93B is #5346C4. Grayscale: #A7A7A7. Windows color (decimal): -5457605 or 3914156. OLE color: 3914156.
HSL color Cylindrical-coordinate representation of color #ACB93B: hue angle of 66.19º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ACB93B is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 59 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.27 |
| HSL | 66.19º | 0.52% | 0.48% | - |
| HSV(B) | 66.19º | 0.68% | 0.73% | - |
| XYZ | 35.15 | 43.78 | 10.74 | - |
| YUV | 166.75 | 67.19 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 59 | 0.07 | 0 | 0.68 | 0.27 | 66.19 | 0.52 | 0.48 |
| Hex | AC | B9 | 3B | 7 | 0 | 44 | 1B | 42 | 34 | 30 |
| Octal | 254 | 271 | 73 | 7 | 0 | 104 | 33 | 102 | 64 | 60 |
| Binary | 10101100 | 10111001 | 111011 | 111 | 0 | 1000100 | 11011 | 1000010 | 110100 | 110000 |
Color Harmonies of #ACB93B
Complementary color
Monochromatic Colors of #ACB93B
Black with #ACB93B
Text Example
Text Example
White with #ACB93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB93B; }
p { color: rgb(172,185,59); }
H1.HeaderClassName
{
color: #ACB93B;
}
.AnyTagClassName
{
color: #ACB93B;
}
</style>
background-color css
<style>
a { background-color: #ACB93B; }
a { background-color: rgb(172,185,59); }
div.DivClassName
{
background-color: #ACB93B;
}
.BgClassName
{
background-color: #ACB93B;
}
</style>
border-color css
<style>
span { border-color: #ACB93B; }
span { border-color: rgb(172,185,59); }
td.TdClassName
{
border-color: #ACB93B;
}
.TagClassName
{
border-color: #ACB93B;
}
</style>