Shades of Celery #C4C24D
Tints of Celery #C4C24D
RGB
CMYK
RGB Variations
Color information
#C4C24D (or 0xC4C24D) is known color: Celery. HEX triplet: C4, C2 and 4D. RGB value is (196,194,77). Sum of RGB (Red+Green+Blue) = 196+194+77=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 77 (30.47% from 255 or 16.49% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C24D is #3B3DB2. Grayscale: #B5B5B5. Windows color (decimal): -3882419 or 5096132. OLE color: 5096132.
HSL color Cylindrical-coordinate representation of color #C4C24D: hue angle of 58.99º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4C24D is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 194 | 77 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.23 |
| HSL | 58.99º | 0.5% | 0.54% | - |
| HSV(B) | 58.99º | 0.61% | 0.77% | - |
| XYZ | 43.4 | 50.86 | 14.55 | - |
| YUV | 181.26 | 69.16 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 194 | 77 | 0 | 0.01 | 0.61 | 0.23 | 58.99 | 0.5 | 0.54 |
| Hex | C4 | C2 | 4D | 0 | 1 | 3D | 17 | 3B | 32 | 36 |
| Octal | 304 | 302 | 115 | 0 | 1 | 75 | 27 | 73 | 62 | 66 |
| Binary | 11000100 | 11000010 | 1001101 | 0 | 1 | 111101 | 10111 | 111011 | 110010 | 110110 |
Color Harmonies of #C4C24D
Complementary color
Monochromatic Colors of #C4C24D
Black with #C4C24D
Text Example
Text Example
White with #C4C24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C24D; }
p { color: rgb(196,194,77); }
H1.HeaderClassName
{
color: #C4C24D;
}
.AnyTagClassName
{
color: #C4C24D;
}
</style>
background-color css
<style>
a { background-color: #C4C24D; }
a { background-color: rgb(196,194,77); }
div.DivClassName
{
background-color: #C4C24D;
}
.BgClassName
{
background-color: #C4C24D;
}
</style>
border-color css
<style>
span { border-color: #C4C24D; }
span { border-color: rgb(196,194,77); }
td.TdClassName
{
border-color: #C4C24D;
}
.TagClassName
{
border-color: #C4C24D;
}
</style>