Shades of Celery #C5C550
Tints of Celery #C5C550
RGB
CMYK
RGB Variations
Color information
#C5C550 (or 0xC5C550) is known color: Celery. HEX triplet: C5, C5 and 50. RGB value is (197,197,80). Sum of RGB (Red+Green+Blue) = 197+197+80=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 80 (31.64% from 255 or 16.88% from 474); Max value from RGB is 197 - color contains mainly: red, green. Hex color #C5C550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C550 is #3A3AAF. Grayscale: #B8B8B8. Windows color (decimal): -3816112 or 5293509. OLE color: 5293509.
HSL color Cylindrical-coordinate representation of color #C5C550: 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.59%. Process color model (Four color, CMYK) of #C5C550 is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 197 | 80 | - |
| CMYK | 0 | 0 | 0.59 | 0.23 |
| HSL | 60º | 0.5% | 0.54% | - |
| HSV(B) | 60º | 0.59% | 0.77% | - |
| XYZ | 44.44 | 52.38 | 15.36 | - |
| YUV | 183.66 | 69.5 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 197 | 80 | 0 | 0 | 0.59 | 0.23 | 60 | 0.5 | 0.54 |
| Hex | C5 | C5 | 50 | 0 | 0 | 3B | 17 | 3C | 32 | 36 |
| Octal | 305 | 305 | 120 | 0 | 0 | 73 | 27 | 74 | 62 | 66 |
| Binary | 11000101 | 11000101 | 1010000 | 0 | 0 | 111011 | 10111 | 111100 | 110010 | 110110 |
Color Harmonies of #C5C550
Complementary color
Monochromatic Colors of #C5C550
Black with #C5C550
Text Example
Text Example
White with #C5C550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C550; }
p { color: rgb(197,197,80); }
H1.HeaderClassName
{
color: #C5C550;
}
.AnyTagClassName
{
color: #C5C550;
}
</style>
background-color css
<style>
a { background-color: #C5C550; }
a { background-color: rgb(197,197,80); }
div.DivClassName
{
background-color: #C5C550;
}
.BgClassName
{
background-color: #C5C550;
}
</style>
border-color css
<style>
span { border-color: #C5C550; }
span { border-color: rgb(197,197,80); }
td.TdClassName
{
border-color: #C5C550;
}
.TagClassName
{
border-color: #C5C550;
}
</style>