Shades of Celery #ACC64B
Tints of Celery #ACC64B
RGB
CMYK
RGB Variations
Color information
#ACC64B (or 0xACC64B) is known color: Celery. HEX triplet: AC, C6 and 4B. RGB value is (172,198,75). Sum of RGB (Red+Green+Blue) = 172+198+75=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 198 (77.73% from 255 or 44.49% from 445); Blue value is 75 (29.69% from 255 or 16.85% from 445); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC64B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC64B is #5339B4. Grayscale: #B0B0B0. Windows color (decimal): -5454261 or 4966060. OLE color: 4966060.
HSL color Cylindrical-coordinate representation of color #ACC64B: hue angle of 72.68º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACC64B is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 198 | 75 | - |
| CMYK | 0.13 | 0 | 0.62 | 0.22 |
| HSL | 72.68º | 0.52% | 0.54% | - |
| HSV(B) | 72.68º | 0.62% | 0.78% | - |
| XYZ | 38.48 | 49.67 | 14.22 | - |
| YUV | 176.2 | 70.89 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 75 | 0.13 | 0 | 0.62 | 0.22 | 72.68 | 0.52 | 0.54 |
| Hex | AC | C6 | 4B | D | 0 | 3E | 16 | 49 | 34 | 36 |
| Octal | 254 | 306 | 113 | 15 | 0 | 76 | 26 | 111 | 64 | 66 |
| Binary | 10101100 | 11000110 | 1001011 | 1101 | 0 | 111110 | 10110 | 1001001 | 110100 | 110110 |
Color Harmonies of #ACC64B
Complementary color
Monochromatic Colors of #ACC64B
Black with #ACC64B
Text Example
Text Example
White with #ACC64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC64B; }
p { color: rgb(172,198,75); }
H1.HeaderClassName
{
color: #ACC64B;
}
.AnyTagClassName
{
color: #ACC64B;
}
</style>
background-color css
<style>
a { background-color: #ACC64B; }
a { background-color: rgb(172,198,75); }
div.DivClassName
{
background-color: #ACC64B;
}
.BgClassName
{
background-color: #ACC64B;
}
</style>
border-color css
<style>
span { border-color: #ACC64B; }
span { border-color: rgb(172,198,75); }
td.TdClassName
{
border-color: #ACC64B;
}
.TagClassName
{
border-color: #ACC64B;
}
</style>