Shades of Celery #ACB54B
Tints of Celery #ACB54B
RGB
CMYK
RGB Variations
Color information
#ACB54B (or 0xACB54B) is known color: Celery. HEX triplet: AC, B5 and 4B. RGB value is (172,181,75). Sum of RGB (Red+Green+Blue) = 172+181+75=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 181 (71.09% from 255 or 42.29% from 428); Blue value is 75 (29.69% from 255 or 17.52% from 428); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB54B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB54B is #534AB4. Grayscale: #A6A6A6. Windows color (decimal): -5458613 or 4961708. OLE color: 4961708.
HSL color Cylindrical-coordinate representation of color #ACB54B: hue angle of 65.09º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACB54B is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 75 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.29 |
| HSL | 65.09º | 0.42% | 0.5% | - |
| HSV(B) | 65.09º | 0.59% | 0.71% | - |
| XYZ | 34.81 | 42.33 | 12.99 | - |
| YUV | 166.23 | 76.52 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 75 | 0.05 | 0 | 0.59 | 0.29 | 65.09 | 0.42 | 0.5 |
| Hex | AC | B5 | 4B | 5 | 0 | 3B | 1D | 41 | 2A | 32 |
| Octal | 254 | 265 | 113 | 5 | 0 | 73 | 35 | 101 | 52 | 62 |
| Binary | 10101100 | 10110101 | 1001011 | 101 | 0 | 111011 | 11101 | 1000001 | 101010 | 110010 |
Color Harmonies of #ACB54B
Complementary color
Monochromatic Colors of #ACB54B
Black with #ACB54B
Text Example
Text Example
White with #ACB54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB54B; }
p { color: rgb(172,181,75); }
H1.HeaderClassName
{
color: #ACB54B;
}
.AnyTagClassName
{
color: #ACB54B;
}
</style>
background-color css
<style>
a { background-color: #ACB54B; }
a { background-color: rgb(172,181,75); }
div.DivClassName
{
background-color: #ACB54B;
}
.BgClassName
{
background-color: #ACB54B;
}
</style>
border-color css
<style>
span { border-color: #ACB54B; }
span { border-color: rgb(172,181,75); }
td.TdClassName
{
border-color: #ACB54B;
}
.TagClassName
{
border-color: #ACB54B;
}
</style>