Shades of Celery #C4C04E
Tints of Celery #C4C04E
RGB
CMYK
RGB Variations
Color information
#C4C04E (or 0xC4C04E) is known color: Celery. HEX triplet: C4, C0 and 4E. RGB value is (196,192,78). Sum of RGB (Red+Green+Blue) = 196+192+78=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 78 (30.86% from 255 or 16.74% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C04E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C04E is #3B3FB1. Grayscale: #B4B4B4. Windows color (decimal): -3882930 or 5161156. OLE color: 5161156.
HSL color Cylindrical-coordinate representation of color #C4C04E: hue angle of 57.97º 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 #C4C04E is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 192 | 78 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.23 |
| HSL | 57.97º | 0.5% | 0.54% | - |
| HSV(B) | 57.97º | 0.6% | 0.77% | - |
| XYZ | 42.99 | 49.99 | 14.59 | - |
| YUV | 180.2 | 70.33 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 192 | 78 | 0 | 0.02 | 0.60 | 0.23 | 57.97 | 0.5 | 0.54 |
| Hex | C4 | C0 | 4E | 0 | 2 | 3C | 17 | 3A | 32 | 36 |
| Octal | 304 | 300 | 116 | 0 | 2 | 74 | 27 | 72 | 62 | 66 |
| Binary | 11000100 | 11000000 | 1001110 | 0 | 10 | 111100 | 10111 | 111010 | 110010 | 110110 |
Color Harmonies of #C4C04E
Complementary color
Monochromatic Colors of #C4C04E
Black with #C4C04E
Text Example
Text Example
White with #C4C04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C04E; }
p { color: rgb(196,192,78); }
H1.HeaderClassName
{
color: #C4C04E;
}
.AnyTagClassName
{
color: #C4C04E;
}
</style>
background-color css
<style>
a { background-color: #C4C04E; }
a { background-color: rgb(196,192,78); }
div.DivClassName
{
background-color: #C4C04E;
}
.BgClassName
{
background-color: #C4C04E;
}
</style>
border-color css
<style>
span { border-color: #C4C04E; }
span { border-color: rgb(196,192,78); }
td.TdClassName
{
border-color: #C4C04E;
}
.TagClassName
{
border-color: #C4C04E;
}
</style>