Shades of Celery #C4C44D
Tints of Celery #C4C44D
RGB
CMYK
RGB Variations
Color information
#C4C44D (or 0xC4C44D) is known color: Celery. HEX triplet: C4, C4 and 4D. RGB value is (196,196,77). Sum of RGB (Red+Green+Blue) = 196+196+77=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 196 (76.95% from 255 or 41.79% from 469); Blue value is 77 (30.47% from 255 or 16.42% from 469); Max value from RGB is 196 - color contains mainly: red, green. Hex color #C4C44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C44D is #3B3BB2. Grayscale: #B6B6B6. Windows color (decimal): -3881907 or 5096644. OLE color: 5096644.
HSL color Cylindrical-coordinate representation of color #C4C44D: hue angle of 60º 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 #C4C44D is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 196 | 77 | - |
| CMYK | 0 | 0 | 0.61 | 0.23 |
| HSL | 60º | 0.5% | 0.54% | - |
| HSV(B) | 60º | 0.61% | 0.77% | - |
| XYZ | 43.84 | 51.75 | 14.7 | - |
| YUV | 182.43 | 68.5 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 196 | 77 | 0 | 0 | 0.61 | 0.23 | 60 | 0.5 | 0.54 |
| Hex | C4 | C4 | 4D | 0 | 0 | 3D | 17 | 3C | 32 | 36 |
| Octal | 304 | 304 | 115 | 0 | 0 | 75 | 27 | 74 | 62 | 66 |
| Binary | 11000100 | 11000100 | 1001101 | 0 | 0 | 111101 | 10111 | 111100 | 110010 | 110110 |
Color Harmonies of #C4C44D
Complementary color
Monochromatic Colors of #C4C44D
Black with #C4C44D
Text Example
Text Example
White with #C4C44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C44D; }
p { color: rgb(196,196,77); }
H1.HeaderClassName
{
color: #C4C44D;
}
.AnyTagClassName
{
color: #C4C44D;
}
</style>
background-color css
<style>
a { background-color: #C4C44D; }
a { background-color: rgb(196,196,77); }
div.DivClassName
{
background-color: #C4C44D;
}
.BgClassName
{
background-color: #C4C44D;
}
</style>
border-color css
<style>
span { border-color: #C4C44D; }
span { border-color: rgb(196,196,77); }
td.TdClassName
{
border-color: #C4C44D;
}
.TagClassName
{
border-color: #C4C44D;
}
</style>