Shades of Celery #C5C250
Tints of Celery #C5C250
RGB
CMYK
RGB Variations
Color information
#C5C250 (or 0xC5C250) is known color: Celery. HEX triplet: C5, C2 and 50. RGB value is (197,194,80). Sum of RGB (Red+Green+Blue) = 197+194+80=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 80 (31.64% from 255 or 16.99% from 471); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C250 is #3A3DAF. Grayscale: #B6B6B6. Windows color (decimal): -3816880 or 5292741. OLE color: 5292741.
HSL color Cylindrical-coordinate representation of color #C5C250: hue angle of 58.46º 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 #C5C250 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 194 | 80 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.23 |
| HSL | 58.46º | 0.5% | 0.54% | - |
| HSV(B) | 58.46º | 0.59% | 0.77% | - |
| XYZ | 43.77 | 51.03 | 15.13 | - |
| YUV | 181.9 | 70.49 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 194 | 80 | 0 | 0.02 | 0.59 | 0.23 | 58.46 | 0.5 | 0.54 |
| Hex | C5 | C2 | 50 | 0 | 2 | 3B | 17 | 3A | 32 | 36 |
| Octal | 305 | 302 | 120 | 0 | 2 | 73 | 27 | 72 | 62 | 66 |
| Binary | 11000101 | 11000010 | 1010000 | 0 | 10 | 111011 | 10111 | 111010 | 110010 | 110110 |
Color Harmonies of #C5C250
Complementary color
Monochromatic Colors of #C5C250
Black with #C5C250
Text Example
Text Example
White with #C5C250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C250; }
p { color: rgb(197,194,80); }
H1.HeaderClassName
{
color: #C5C250;
}
.AnyTagClassName
{
color: #C5C250;
}
</style>
background-color css
<style>
a { background-color: #C5C250; }
a { background-color: rgb(197,194,80); }
div.DivClassName
{
background-color: #C5C250;
}
.BgClassName
{
background-color: #C5C250;
}
</style>
border-color css
<style>
span { border-color: #C5C250; }
span { border-color: rgb(197,194,80); }
td.TdClassName
{
border-color: #C5C250;
}
.TagClassName
{
border-color: #C5C250;
}
</style>