Shades of Celery #C5C450
Tints of Celery #C5C450
RGB
CMYK
RGB Variations
Color information
#C5C450 (or 0xC5C450) is known color: Celery. HEX triplet: C5, C4 and 50. RGB value is (197,196,80). Sum of RGB (Red+Green+Blue) = 197+196+80=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 196 (76.95% from 255 or 41.44% from 473); Blue value is 80 (31.64% from 255 or 16.91% from 473); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C450 is #3A3BAF. Grayscale: #B7B7B7. Windows color (decimal): -3816368 or 5293253. OLE color: 5293253.
HSL color Cylindrical-coordinate representation of color #C5C450: hue angle of 59.49º 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 #C5C450 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 196 | 80 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.23 |
| HSL | 59.49º | 0.5% | 0.54% | - |
| HSV(B) | 59.49º | 0.59% | 0.77% | - |
| XYZ | 44.21 | 51.93 | 15.28 | - |
| YUV | 183.08 | 69.83 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 196 | 80 | 0 | 0.01 | 0.59 | 0.23 | 59.49 | 0.5 | 0.54 |
| Hex | C5 | C4 | 50 | 0 | 1 | 3B | 17 | 3B | 32 | 36 |
| Octal | 305 | 304 | 120 | 0 | 1 | 73 | 27 | 73 | 62 | 66 |
| Binary | 11000101 | 11000100 | 1010000 | 0 | 1 | 111011 | 10111 | 111011 | 110010 | 110110 |
Color Harmonies of #C5C450
Complementary color
Monochromatic Colors of #C5C450
Black with #C5C450
Text Example
Text Example
White with #C5C450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C450; }
p { color: rgb(197,196,80); }
H1.HeaderClassName
{
color: #C5C450;
}
.AnyTagClassName
{
color: #C5C450;
}
</style>
background-color css
<style>
a { background-color: #C5C450; }
a { background-color: rgb(197,196,80); }
div.DivClassName
{
background-color: #C5C450;
}
.BgClassName
{
background-color: #C5C450;
}
</style>
border-color css
<style>
span { border-color: #C5C450; }
span { border-color: rgb(197,196,80); }
td.TdClassName
{
border-color: #C5C450;
}
.TagClassName
{
border-color: #C5C450;
}
</style>