Shades of Celery #C5C350
Tints of Celery #C5C350
RGB
CMYK
RGB Variations
Color information
#C5C350 (or 0xC5C350) is known color: Celery. HEX triplet: C5, C3 and 50. RGB value is (197,195,80). Sum of RGB (Red+Green+Blue) = 197+195+80=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 80 (31.64% from 255 or 16.95% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C350 is #3A3CAF. Grayscale: #B6B6B6. Windows color (decimal): -3816624 or 5292997. OLE color: 5292997.
HSL color Cylindrical-coordinate representation of color #C5C350: hue angle of 58.97º 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 #C5C350 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 195 | 80 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.23 |
| HSL | 58.97º | 0.5% | 0.54% | - |
| HSV(B) | 58.97º | 0.59% | 0.77% | - |
| XYZ | 43.99 | 51.48 | 15.21 | - |
| YUV | 182.49 | 70.16 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 195 | 80 | 0 | 0.01 | 0.59 | 0.23 | 58.97 | 0.5 | 0.54 |
| Hex | C5 | C3 | 50 | 0 | 1 | 3B | 17 | 3B | 32 | 36 |
| Octal | 305 | 303 | 120 | 0 | 1 | 73 | 27 | 73 | 62 | 66 |
| Binary | 11000101 | 11000011 | 1010000 | 0 | 1 | 111011 | 10111 | 111011 | 110010 | 110110 |
Color Harmonies of #C5C350
Complementary color
Monochromatic Colors of #C5C350
Black with #C5C350
Text Example
Text Example
White with #C5C350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C350; }
p { color: rgb(197,195,80); }
H1.HeaderClassName
{
color: #C5C350;
}
.AnyTagClassName
{
color: #C5C350;
}
</style>
background-color css
<style>
a { background-color: #C5C350; }
a { background-color: rgb(197,195,80); }
div.DivClassName
{
background-color: #C5C350;
}
.BgClassName
{
background-color: #C5C350;
}
</style>
border-color css
<style>
span { border-color: #C5C350; }
span { border-color: rgb(197,195,80); }
td.TdClassName
{
border-color: #C5C350;
}
.TagClassName
{
border-color: #C5C350;
}
</style>