Shades of Celery #C5C546
Tints of Celery #C5C546
RGB
CMYK
RGB Variations
Color information
#C5C546 (or 0xC5C546) is known color: Celery. HEX triplet: C5, C5 and 46. RGB value is (197,197,70). Sum of RGB (Red+Green+Blue) = 197+197+70=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 70 (27.73% from 255 or 15.09% from 464); Max value from RGB is 197 - color contains mainly: red, green. Hex color #C5C546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C546 is #3A3AB9. Grayscale: #B7B7B7. Windows color (decimal): -3816122 or 4638149. OLE color: 4638149.
HSL color Cylindrical-coordinate representation of color #C5C546: hue angle of 60º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5C546 is Cyan = 0, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 197 | 70 | - |
| CMYK | 0 | 0 | 0.64 | 0.23 |
| HSL | 60º | 0.52% | 0.52% | - |
| HSV(B) | 60º | 0.64% | 0.77% | - |
| XYZ | 44.1 | 52.25 | 13.55 | - |
| YUV | 182.52 | 64.5 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 197 | 70 | 0 | 0 | 0.64 | 0.23 | 60 | 0.52 | 0.52 |
| Hex | C5 | C5 | 46 | 0 | 0 | 40 | 17 | 3C | 34 | 34 |
| Octal | 305 | 305 | 106 | 0 | 0 | 100 | 27 | 74 | 64 | 64 |
| Binary | 11000101 | 11000101 | 1000110 | 0 | 0 | 1000000 | 10111 | 111100 | 110100 | 110100 |
Color Harmonies of #C5C546
Complementary color
Monochromatic Colors of #C5C546
Black with #C5C546
Text Example
Text Example
White with #C5C546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C546; }
p { color: rgb(197,197,70); }
H1.HeaderClassName
{
color: #C5C546;
}
.AnyTagClassName
{
color: #C5C546;
}
</style>
background-color css
<style>
a { background-color: #C5C546; }
a { background-color: rgb(197,197,70); }
div.DivClassName
{
background-color: #C5C546;
}
.BgClassName
{
background-color: #C5C546;
}
</style>
border-color css
<style>
span { border-color: #C5C546; }
span { border-color: rgb(197,197,70); }
td.TdClassName
{
border-color: #C5C546;
}
.TagClassName
{
border-color: #C5C546;
}
</style>