Shades of Celery #ACCB4A
Tints of Celery #ACCB4A
RGB
CMYK
RGB Variations
Color information
#ACCB4A (or 0xACCB4A) is known color: Celery. HEX triplet: AC, CB and 4A. RGB value is (172,203,74). Sum of RGB (Red+Green+Blue) = 172+203+74=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 74 (29.30% from 255 or 16.48% from 449); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCB4A is #5334B5. Grayscale: #B3B3B3. Windows color (decimal): -5452982 or 4901804. OLE color: 4901804.
HSL color Cylindrical-coordinate representation of color #ACCB4A: hue angle of 74.42º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACCB4A is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 203 | 74 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.20 |
| HSL | 74.42º | 0.55% | 0.54% | - |
| HSV(B) | 74.42º | 0.64% | 0.8% | - |
| XYZ | 39.61 | 51.98 | 14.42 | - |
| YUV | 179.03 | 68.73 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 74 | 0.15 | 0 | 0.64 | 0.20 | 74.42 | 0.55 | 0.54 |
| Hex | AC | CB | 4A | F | 0 | 40 | 14 | 4A | 37 | 36 |
| Octal | 254 | 313 | 112 | 17 | 0 | 100 | 24 | 112 | 67 | 66 |
| Binary | 10101100 | 11001011 | 1001010 | 1111 | 0 | 1000000 | 10100 | 1001010 | 110111 | 110110 |
Color Harmonies of #ACCB4A
Complementary color
Monochromatic Colors of #ACCB4A
Black with #ACCB4A
Text Example
Text Example
White with #ACCB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCB4A; }
p { color: rgb(172,203,74); }
H1.HeaderClassName
{
color: #ACCB4A;
}
.AnyTagClassName
{
color: #ACCB4A;
}
</style>
background-color css
<style>
a { background-color: #ACCB4A; }
a { background-color: rgb(172,203,74); }
div.DivClassName
{
background-color: #ACCB4A;
}
.BgClassName
{
background-color: #ACCB4A;
}
</style>
border-color css
<style>
span { border-color: #ACCB4A; }
span { border-color: rgb(172,203,74); }
td.TdClassName
{
border-color: #ACCB4A;
}
.TagClassName
{
border-color: #ACCB4A;
}
</style>