Shades of Celery #C5C049
Tints of Celery #C5C049
RGB
CMYK
RGB Variations
Color information
#C5C049 (or 0xC5C049) is known color: Celery. HEX triplet: C5, C0 and 49. RGB value is (197,192,73). Sum of RGB (Red+Green+Blue) = 197+192+73=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 73 (28.91% from 255 or 15.80% from 462); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C049 is #3A3FB6. Grayscale: #B4B4B4. Windows color (decimal): -3817399 or 4833477. OLE color: 4833477.
HSL color Cylindrical-coordinate representation of color #C5C049: hue angle of 57.58º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C5C049 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 192 | 73 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.23 |
| HSL | 57.58º | 0.52% | 0.53% | - |
| HSV(B) | 57.58º | 0.63% | 0.77% | - |
| XYZ | 43.08 | 50.05 | 13.69 | - |
| YUV | 179.93 | 67.66 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 73 | 0 | 0.03 | 0.63 | 0.23 | 57.58 | 0.52 | 0.53 |
| Hex | C5 | C0 | 49 | 0 | 3 | 3F | 17 | 3A | 34 | 35 |
| Octal | 305 | 300 | 111 | 0 | 3 | 77 | 27 | 72 | 64 | 65 |
| Binary | 11000101 | 11000000 | 1001001 | 0 | 11 | 111111 | 10111 | 111010 | 110100 | 110101 |
Color Harmonies of #C5C049
Complementary color
Monochromatic Colors of #C5C049
Black with #C5C049
Text Example
Text Example
White with #C5C049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C049; }
p { color: rgb(197,192,73); }
H1.HeaderClassName
{
color: #C5C049;
}
.AnyTagClassName
{
color: #C5C049;
}
</style>
background-color css
<style>
a { background-color: #C5C049; }
a { background-color: rgb(197,192,73); }
div.DivClassName
{
background-color: #C5C049;
}
.BgClassName
{
background-color: #C5C049;
}
</style>
border-color css
<style>
span { border-color: #C5C049; }
span { border-color: rgb(197,192,73); }
td.TdClassName
{
border-color: #C5C049;
}
.TagClassName
{
border-color: #C5C049;
}
</style>