Shades of Celery #ACC54B
Tints of Celery #ACC54B
RGB
CMYK
RGB Variations
Color information
#ACC54B (or 0xACC54B) is known color: Celery. HEX triplet: AC, C5 and 4B. RGB value is (172,197,75). Sum of RGB (Red+Green+Blue) = 172+197+75=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 197 (77.34% from 255 or 44.37% from 444); Blue value is 75 (29.69% from 255 or 16.89% from 444); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC54B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC54B is #533AB4. Grayscale: #B0B0B0. Windows color (decimal): -5454517 or 4965804. OLE color: 4965804.
HSL color Cylindrical-coordinate representation of color #ACC54B: hue angle of 72.3º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACC54B is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 75 | - |
| CMYK | 0.13 | 0 | 0.62 | 0.23 |
| HSL | 72.3º | 0.51% | 0.53% | - |
| HSV(B) | 72.3º | 0.62% | 0.77% | - |
| XYZ | 38.25 | 49.21 | 14.14 | - |
| YUV | 175.62 | 71.22 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 75 | 0.13 | 0 | 0.62 | 0.23 | 72.3 | 0.51 | 0.53 |
| Hex | AC | C5 | 4B | D | 0 | 3E | 17 | 48 | 33 | 35 |
| Octal | 254 | 305 | 113 | 15 | 0 | 76 | 27 | 110 | 63 | 65 |
| Binary | 10101100 | 11000101 | 1001011 | 1101 | 0 | 111110 | 10111 | 1001000 | 110011 | 110101 |
Color Harmonies of #ACC54B
Complementary color
Monochromatic Colors of #ACC54B
Black with #ACC54B
Text Example
Text Example
White with #ACC54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC54B; }
p { color: rgb(172,197,75); }
H1.HeaderClassName
{
color: #ACC54B;
}
.AnyTagClassName
{
color: #ACC54B;
}
</style>
background-color css
<style>
a { background-color: #ACC54B; }
a { background-color: rgb(172,197,75); }
div.DivClassName
{
background-color: #ACC54B;
}
.BgClassName
{
background-color: #ACC54B;
}
</style>
border-color css
<style>
span { border-color: #ACC54B; }
span { border-color: rgb(172,197,75); }
td.TdClassName
{
border-color: #ACC54B;
}
.TagClassName
{
border-color: #ACC54B;
}
</style>