Shades of Celery #ACB73B
Tints of Celery #ACB73B
RGB
CMYK
RGB Variations
Color information
#ACB73B (or 0xACB73B) is known color: Celery. HEX triplet: AC, B7 and 3B. RGB value is (172,183,59). Sum of RGB (Red+Green+Blue) = 172+183+59=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 183 (71.88% from 255 or 44.20% from 414); Blue value is 59 (23.44% from 255 or 14.25% from 414); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB73B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB73B is #5348C4. Grayscale: #A6A6A6. Windows color (decimal): -5458117 or 3913644. OLE color: 3913644.
HSL color Cylindrical-coordinate representation of color #ACB73B: hue angle of 65.32º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ACB73B is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 59 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.28 |
| HSL | 65.32º | 0.51% | 0.47% | - |
| HSV(B) | 65.32º | 0.68% | 0.72% | - |
| XYZ | 34.74 | 42.95 | 10.6 | - |
| YUV | 165.58 | 67.86 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 59 | 0.06 | 0 | 0.68 | 0.28 | 65.32 | 0.51 | 0.47 |
| Hex | AC | B7 | 3B | 6 | 0 | 44 | 1C | 41 | 33 | 2F |
| Octal | 254 | 267 | 73 | 6 | 0 | 104 | 34 | 101 | 63 | 57 |
| Binary | 10101100 | 10110111 | 111011 | 110 | 0 | 1000100 | 11100 | 1000001 | 110011 | 101111 |
Color Harmonies of #ACB73B
Complementary color
Monochromatic Colors of #ACB73B
Black with #ACB73B
Text Example
Text Example
White with #ACB73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB73B; }
p { color: rgb(172,183,59); }
H1.HeaderClassName
{
color: #ACB73B;
}
.AnyTagClassName
{
color: #ACB73B;
}
</style>
background-color css
<style>
a { background-color: #ACB73B; }
a { background-color: rgb(172,183,59); }
div.DivClassName
{
background-color: #ACB73B;
}
.BgClassName
{
background-color: #ACB73B;
}
</style>
border-color css
<style>
span { border-color: #ACB73B; }
span { border-color: rgb(172,183,59); }
td.TdClassName
{
border-color: #ACB73B;
}
.TagClassName
{
border-color: #ACB73B;
}
</style>