Shades of Celery #ACB83C
Tints of Celery #ACB83C
RGB
CMYK
RGB Variations
Color information
#ACB83C (or 0xACB83C) is known color: Celery. HEX triplet: AC, B8 and 3C. RGB value is (172,184,60). Sum of RGB (Red+Green+Blue) = 172+184+60=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 184 (72.27% from 255 or 44.23% from 416); Blue value is 60 (23.83% from 255 or 14.42% from 416); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB83C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB83C is #5347C3. Grayscale: #A6A6A6. Windows color (decimal): -5457860 or 3979436. OLE color: 3979436.
HSL color Cylindrical-coordinate representation of color #ACB83C: hue angle of 65.81º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACB83C is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 60 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.28 |
| HSL | 65.81º | 0.51% | 0.48% | - |
| HSV(B) | 65.81º | 0.67% | 0.72% | - |
| XYZ | 34.97 | 43.38 | 10.8 | - |
| YUV | 166.28 | 68.02 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 60 | 0.07 | 0 | 0.67 | 0.28 | 65.81 | 0.51 | 0.48 |
| Hex | AC | B8 | 3C | 7 | 0 | 43 | 1C | 42 | 33 | 30 |
| Octal | 254 | 270 | 74 | 7 | 0 | 103 | 34 | 102 | 63 | 60 |
| Binary | 10101100 | 10111000 | 111100 | 111 | 0 | 1000011 | 11100 | 1000010 | 110011 | 110000 |
Color Harmonies of #ACB83C
Complementary color
Monochromatic Colors of #ACB83C
Black with #ACB83C
Text Example
Text Example
White with #ACB83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB83C; }
p { color: rgb(172,184,60); }
H1.HeaderClassName
{
color: #ACB83C;
}
.AnyTagClassName
{
color: #ACB83C;
}
</style>
background-color css
<style>
a { background-color: #ACB83C; }
a { background-color: rgb(172,184,60); }
div.DivClassName
{
background-color: #ACB83C;
}
.BgClassName
{
background-color: #ACB83C;
}
</style>
border-color css
<style>
span { border-color: #ACB83C; }
span { border-color: rgb(172,184,60); }
td.TdClassName
{
border-color: #ACB83C;
}
.TagClassName
{
border-color: #ACB83C;
}
</style>