Shades of Celery #C4C04C
Tints of Celery #C4C04C
RGB
CMYK
RGB Variations
Color information
#C4C04C (or 0xC4C04C) is known color: Celery. HEX triplet: C4, C0 and 4C. RGB value is (196,192,76). Sum of RGB (Red+Green+Blue) = 196+192+76=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 76 (30.08% from 255 or 16.38% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C04C is #3B3FB3. Grayscale: #B4B4B4. Windows color (decimal): -3882932 or 5030084. OLE color: 5030084.
HSL color Cylindrical-coordinate representation of color #C4C04C: hue angle of 58º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4C04C is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 192 | 76 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.23 |
| HSL | 58º | 0.5% | 0.53% | - |
| HSV(B) | 58º | 0.61% | 0.77% | - |
| XYZ | 42.92 | 49.96 | 14.22 | - |
| YUV | 179.97 | 69.33 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 192 | 76 | 0 | 0.02 | 0.61 | 0.23 | 58 | 0.5 | 0.53 |
| Hex | C4 | C0 | 4C | 0 | 2 | 3D | 17 | 3A | 32 | 35 |
| Octal | 304 | 300 | 114 | 0 | 2 | 75 | 27 | 72 | 62 | 65 |
| Binary | 11000100 | 11000000 | 1001100 | 0 | 10 | 111101 | 10111 | 111010 | 110010 | 110101 |
Color Harmonies of #C4C04C
Complementary color
Monochromatic Colors of #C4C04C
Black with #C4C04C
Text Example
Text Example
White with #C4C04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C04C; }
p { color: rgb(196,192,76); }
H1.HeaderClassName
{
color: #C4C04C;
}
.AnyTagClassName
{
color: #C4C04C;
}
</style>
background-color css
<style>
a { background-color: #C4C04C; }
a { background-color: rgb(196,192,76); }
div.DivClassName
{
background-color: #C4C04C;
}
.BgClassName
{
background-color: #C4C04C;
}
</style>
border-color css
<style>
span { border-color: #C4C04C; }
span { border-color: rgb(196,192,76); }
td.TdClassName
{
border-color: #C4C04C;
}
.TagClassName
{
border-color: #C4C04C;
}
</style>