Shades of Celery #ACC34B
Tints of Celery #ACC34B
RGB
CMYK
RGB Variations
Color information
#ACC34B (or 0xACC34B) is known color: Celery. HEX triplet: AC, C3 and 4B. RGB value is (172,195,75). Sum of RGB (Red+Green+Blue) = 172+195+75=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 75 (29.69% from 255 or 16.97% from 442); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC34B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC34B is #533CB4. Grayscale: #AEAEAE. Windows color (decimal): -5455029 or 4965292. OLE color: 4965292.
HSL color Cylindrical-coordinate representation of color #ACC34B: hue angle of 71.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACC34B is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 195 | 75 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.24 |
| HSL | 71.5º | 0.5% | 0.53% | - |
| HSV(B) | 71.5º | 0.62% | 0.76% | - |
| XYZ | 37.8 | 48.31 | 13.99 | - |
| YUV | 174.44 | 71.88 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 195 | 75 | 0.12 | 0 | 0.62 | 0.24 | 71.5 | 0.5 | 0.53 |
| Hex | AC | C3 | 4B | C | 0 | 3E | 18 | 48 | 32 | 35 |
| Octal | 254 | 303 | 113 | 14 | 0 | 76 | 30 | 110 | 62 | 65 |
| Binary | 10101100 | 11000011 | 1001011 | 1100 | 0 | 111110 | 11000 | 1001000 | 110010 | 110101 |
Color Harmonies of #ACC34B
Complementary color
Monochromatic Colors of #ACC34B
Black with #ACC34B
Text Example
Text Example
White with #ACC34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC34B; }
p { color: rgb(172,195,75); }
H1.HeaderClassName
{
color: #ACC34B;
}
.AnyTagClassName
{
color: #ACC34B;
}
</style>
background-color css
<style>
a { background-color: #ACC34B; }
a { background-color: rgb(172,195,75); }
div.DivClassName
{
background-color: #ACC34B;
}
.BgClassName
{
background-color: #ACC34B;
}
</style>
border-color css
<style>
span { border-color: #ACC34B; }
span { border-color: rgb(172,195,75); }
td.TdClassName
{
border-color: #ACC34B;
}
.TagClassName
{
border-color: #ACC34B;
}
</style>