Shades of Celery #C5C849
Tints of Celery #C5C849
RGB
CMYK
RGB Variations
Color information
#C5C849 (or 0xC5C849) is known color: Celery. HEX triplet: C5, C8 and 49. RGB value is (197,200,73). Sum of RGB (Red+Green+Blue) = 197+200+73=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 73 (28.91% from 255 or 15.53% from 470); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C849 is #3A37B6. Grayscale: #B9B9B9. Windows color (decimal): -3815351 or 4835525. OLE color: 4835525.
HSL color Cylindrical-coordinate representation of color #C5C849: hue angle of 61.42º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C5C849 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 200 | 73 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.22 |
| HSL | 61.42º | 0.54% | 0.54% | - |
| HSV(B) | 61.42º | 0.64% | 0.78% | - |
| XYZ | 44.88 | 53.66 | 14.3 | - |
| YUV | 184.63 | 65.01 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 200 | 73 | 0.02 | 0 | 0.64 | 0.22 | 61.42 | 0.54 | 0.54 |
| Hex | C5 | C8 | 49 | 2 | 0 | 40 | 16 | 3D | 36 | 36 |
| Octal | 305 | 310 | 111 | 2 | 0 | 100 | 26 | 75 | 66 | 66 |
| Binary | 11000101 | 11001000 | 1001001 | 10 | 0 | 1000000 | 10110 | 111101 | 110110 | 110110 |
Color Harmonies of #C5C849
Complementary color
Monochromatic Colors of #C5C849
Black with #C5C849
Text Example
Text Example
White with #C5C849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C849; }
p { color: rgb(197,200,73); }
H1.HeaderClassName
{
color: #C5C849;
}
.AnyTagClassName
{
color: #C5C849;
}
</style>
background-color css
<style>
a { background-color: #C5C849; }
a { background-color: rgb(197,200,73); }
div.DivClassName
{
background-color: #C5C849;
}
.BgClassName
{
background-color: #C5C849;
}
</style>
border-color css
<style>
span { border-color: #C5C849; }
span { border-color: rgb(197,200,73); }
td.TdClassName
{
border-color: #C5C849;
}
.TagClassName
{
border-color: #C5C849;
}
</style>