Shades of Celery #C5C046
Tints of Celery #C5C046
RGB
CMYK
RGB Variations
Color information
#C5C046 (or 0xC5C046) is known color: Celery. HEX triplet: C5, C0 and 46. RGB value is (197,192,70). Sum of RGB (Red+Green+Blue) = 197+192+70=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 70 (27.73% from 255 or 15.25% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C046 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C046 is #3A3FB9. Grayscale: #B4B4B4. Windows color (decimal): -3817402 or 4636869. OLE color: 4636869.
HSL color Cylindrical-coordinate representation of color #C5C046: hue angle of 57.64º 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 #C5C046 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 192 | 70 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.23 |
| HSL | 57.64º | 0.52% | 0.52% | - |
| HSV(B) | 57.64º | 0.64% | 0.77% | - |
| XYZ | 42.98 | 50.01 | 13.18 | - |
| YUV | 179.59 | 66.16 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 70 | 0 | 0.03 | 0.64 | 0.23 | 57.64 | 0.52 | 0.52 |
| Hex | C5 | C0 | 46 | 0 | 3 | 40 | 17 | 3A | 34 | 34 |
| Octal | 305 | 300 | 106 | 0 | 3 | 100 | 27 | 72 | 64 | 64 |
| Binary | 11000101 | 11000000 | 1000110 | 0 | 11 | 1000000 | 10111 | 111010 | 110100 | 110100 |
Color Harmonies of #C5C046
Complementary color
Monochromatic Colors of #C5C046
Black with #C5C046
Text Example
Text Example
White with #C5C046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C046; }
p { color: rgb(197,192,70); }
H1.HeaderClassName
{
color: #C5C046;
}
.AnyTagClassName
{
color: #C5C046;
}
</style>
background-color css
<style>
a { background-color: #C5C046; }
a { background-color: rgb(197,192,70); }
div.DivClassName
{
background-color: #C5C046;
}
.BgClassName
{
background-color: #C5C046;
}
</style>
border-color css
<style>
span { border-color: #C5C046; }
span { border-color: rgb(197,192,70); }
td.TdClassName
{
border-color: #C5C046;
}
.TagClassName
{
border-color: #C5C046;
}
</style>