Shades of Celery #C4CE49
Tints of Celery #C4CE49
RGB
CMYK
RGB Variations
Color information
#C4CE49 (or 0xC4CE49) is known color: Celery. HEX triplet: C4, CE and 49. RGB value is (196,206,73). Sum of RGB (Red+Green+Blue) = 196+206+73=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 73 (28.91% from 255 or 15.37% from 475); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CE49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CE49 is #3B31B6. Grayscale: #BCBCBC. Windows color (decimal): -3879351 or 4837060. OLE color: 4837060.
HSL color Cylindrical-coordinate representation of color #C4CE49: hue angle of 64.51º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C4CE49 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 206 | 73 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.19 |
| HSL | 64.51º | 0.58% | 0.55% | - |
| HSV(B) | 64.51º | 0.65% | 0.81% | - |
| XYZ | 46.04 | 56.36 | 14.76 | - |
| YUV | 187.85 | 63.19 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 206 | 73 | 0.05 | 0 | 0.65 | 0.19 | 64.51 | 0.58 | 0.55 |
| Hex | C4 | CE | 49 | 5 | 0 | 41 | 13 | 41 | 3A | 37 |
| Octal | 304 | 316 | 111 | 5 | 0 | 101 | 23 | 101 | 72 | 67 |
| Binary | 11000100 | 11001110 | 1001001 | 101 | 0 | 1000001 | 10011 | 1000001 | 111010 | 110111 |
Color Harmonies of #C4CE49
Complementary color
Monochromatic Colors of #C4CE49
Black with #C4CE49
Text Example
Text Example
White with #C4CE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CE49; }
p { color: rgb(196,206,73); }
H1.HeaderClassName
{
color: #C4CE49;
}
.AnyTagClassName
{
color: #C4CE49;
}
</style>
background-color css
<style>
a { background-color: #C4CE49; }
a { background-color: rgb(196,206,73); }
div.DivClassName
{
background-color: #C4CE49;
}
.BgClassName
{
background-color: #C4CE49;
}
</style>
border-color css
<style>
span { border-color: #C4CE49; }
span { border-color: rgb(196,206,73); }
td.TdClassName
{
border-color: #C4CE49;
}
.TagClassName
{
border-color: #C4CE49;
}
</style>