Shades of Celery #C4C24A
Tints of Celery #C4C24A
RGB
CMYK
RGB Variations
Color information
#C4C24A (or 0xC4C24A) is known color: Celery. HEX triplet: C4, C2 and 4A. RGB value is (196,194,74). Sum of RGB (Red+Green+Blue) = 196+194+74=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 74 (29.30% from 255 or 15.95% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C24A is #3B3DB5. Grayscale: #B5B5B5. Windows color (decimal): -3882422 or 4899524. OLE color: 4899524.
HSL color Cylindrical-coordinate representation of color #C4C24A: hue angle of 59.02º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4C24A is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 194 | 74 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.23 |
| HSL | 59.02º | 0.51% | 0.53% | - |
| HSV(B) | 59.02º | 0.62% | 0.77% | - |
| XYZ | 43.29 | 50.81 | 14 | - |
| YUV | 180.92 | 67.66 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 194 | 74 | 0 | 0.01 | 0.62 | 0.23 | 59.02 | 0.51 | 0.53 |
| Hex | C4 | C2 | 4A | 0 | 1 | 3E | 17 | 3B | 33 | 35 |
| Octal | 304 | 302 | 112 | 0 | 1 | 76 | 27 | 73 | 63 | 65 |
| Binary | 11000100 | 11000010 | 1001010 | 0 | 1 | 111110 | 10111 | 111011 | 110011 | 110101 |
Color Harmonies of #C4C24A
Complementary color
Monochromatic Colors of #C4C24A
Black with #C4C24A
Text Example
Text Example
White with #C4C24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C24A; }
p { color: rgb(196,194,74); }
H1.HeaderClassName
{
color: #C4C24A;
}
.AnyTagClassName
{
color: #C4C24A;
}
</style>
background-color css
<style>
a { background-color: #C4C24A; }
a { background-color: rgb(196,194,74); }
div.DivClassName
{
background-color: #C4C24A;
}
.BgClassName
{
background-color: #C4C24A;
}
</style>
border-color css
<style>
span { border-color: #C4C24A; }
span { border-color: rgb(196,194,74); }
td.TdClassName
{
border-color: #C4C24A;
}
.TagClassName
{
border-color: #C4C24A;
}
</style>