Shades of Celery #C4C04F
Tints of Celery #C4C04F
RGB
CMYK
RGB Variations
Color information
#C4C04F (or 0xC4C04F) is known color: Celery. HEX triplet: C4, C0 and 4F. RGB value is (196,192,79). Sum of RGB (Red+Green+Blue) = 196+192+79=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 79 (31.25% from 255 or 16.92% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C04F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C04F is #3B3FB0. Grayscale: #B4B4B4. Windows color (decimal): -3882929 or 5226692. OLE color: 5226692.
HSL color Cylindrical-coordinate representation of color #C4C04F: hue angle of 57.95º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4C04F is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 192 | 79 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.23 |
| HSL | 57.95º | 0.5% | 0.54% | - |
| HSV(B) | 57.95º | 0.6% | 0.77% | - |
| XYZ | 43.03 | 50 | 14.78 | - |
| YUV | 180.31 | 70.83 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 192 | 79 | 0 | 0.02 | 0.60 | 0.23 | 57.95 | 0.5 | 0.54 |
| Hex | C4 | C0 | 4F | 0 | 2 | 3C | 17 | 3A | 32 | 36 |
| Octal | 304 | 300 | 117 | 0 | 2 | 74 | 27 | 72 | 62 | 66 |
| Binary | 11000100 | 11000000 | 1001111 | 0 | 10 | 111100 | 10111 | 111010 | 110010 | 110110 |
Color Harmonies of #C4C04F
Complementary color
Monochromatic Colors of #C4C04F
Black with #C4C04F
Text Example
Text Example
White with #C4C04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C04F; }
p { color: rgb(196,192,79); }
H1.HeaderClassName
{
color: #C4C04F;
}
.AnyTagClassName
{
color: #C4C04F;
}
</style>
background-color css
<style>
a { background-color: #C4C04F; }
a { background-color: rgb(196,192,79); }
div.DivClassName
{
background-color: #C4C04F;
}
.BgClassName
{
background-color: #C4C04F;
}
</style>
border-color css
<style>
span { border-color: #C4C04F; }
span { border-color: rgb(196,192,79); }
td.TdClassName
{
border-color: #C4C04F;
}
.TagClassName
{
border-color: #C4C04F;
}
</style>