Shades of Celery #ACC15B
Tints of Celery #ACC15B
RGB
CMYK
RGB Variations
Color information
#ACC15B (or 0xACC15B) is known color: Celery. HEX triplet: AC, C1 and 5B. RGB value is (172,193,91). Sum of RGB (Red+Green+Blue) = 172+193+91=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 91 (35.94% from 255 or 19.96% from 456); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC15B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC15B is #533EA4. Grayscale: #AFAFAF. Windows color (decimal): -5455525 or 6013356. OLE color: 6013356.
HSL color Cylindrical-coordinate representation of color #ACC15B: hue angle of 72.35º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACC15B is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 91 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.24 |
| HSL | 72.35º | 0.45% | 0.56% | - |
| HSV(B) | 72.35º | 0.53% | 0.76% | - |
| XYZ | 37.97 | 47.67 | 17.1 | - |
| YUV | 175.09 | 80.54 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 91 | 0.11 | 0 | 0.53 | 0.24 | 72.35 | 0.45 | 0.56 |
| Hex | AC | C1 | 5B | B | 0 | 35 | 18 | 48 | 2D | 38 |
| Octal | 254 | 301 | 133 | 13 | 0 | 65 | 30 | 110 | 55 | 70 |
| Binary | 10101100 | 11000001 | 1011011 | 1011 | 0 | 110101 | 11000 | 1001000 | 101101 | 111000 |
Color Harmonies of #ACC15B
Complementary color
Monochromatic Colors of #ACC15B
Black with #ACC15B
Text Example
Text Example
White with #ACC15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC15B; }
p { color: rgb(172,193,91); }
H1.HeaderClassName
{
color: #ACC15B;
}
.AnyTagClassName
{
color: #ACC15B;
}
</style>
background-color css
<style>
a { background-color: #ACC15B; }
a { background-color: rgb(172,193,91); }
div.DivClassName
{
background-color: #ACC15B;
}
.BgClassName
{
background-color: #ACC15B;
}
</style>
border-color css
<style>
span { border-color: #ACC15B; }
span { border-color: rgb(172,193,91); }
td.TdClassName
{
border-color: #ACC15B;
}
.TagClassName
{
border-color: #ACC15B;
}
</style>