Shades of Celery #C5C746
Tints of Celery #C5C746
RGB
CMYK
RGB Variations
Color information
#C5C746 (or 0xC5C746) is known color: Celery. HEX triplet: C5, C7 and 46. RGB value is (197,199,70). Sum of RGB (Red+Green+Blue) = 197+199+70=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 70 (27.73% from 255 or 15.02% from 466); Max value from RGB is 199 - color contains mainly: green. Hex color #C5C746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C746 is #3A38B9. Grayscale: #B8B8B8. Windows color (decimal): -3815610 or 4638661. OLE color: 4638661.
HSL color Cylindrical-coordinate representation of color #C5C746: hue angle of 60.93º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C5C746 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 199 | 70 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.22 |
| HSL | 60.93º | 0.54% | 0.53% | - |
| HSV(B) | 60.93º | 0.65% | 0.78% | - |
| XYZ | 44.55 | 53.16 | 13.71 | - |
| YUV | 183.7 | 63.84 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 199 | 70 | 0.01 | 0 | 0.65 | 0.22 | 60.93 | 0.54 | 0.53 |
| Hex | C5 | C7 | 46 | 1 | 0 | 41 | 16 | 3D | 36 | 35 |
| Octal | 305 | 307 | 106 | 1 | 0 | 101 | 26 | 75 | 66 | 65 |
| Binary | 11000101 | 11000111 | 1000110 | 1 | 0 | 1000001 | 10110 | 111101 | 110110 | 110101 |
Color Harmonies of #C5C746
Complementary color
Monochromatic Colors of #C5C746
Black with #C5C746
Text Example
Text Example
White with #C5C746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C746; }
p { color: rgb(197,199,70); }
H1.HeaderClassName
{
color: #C5C746;
}
.AnyTagClassName
{
color: #C5C746;
}
</style>
background-color css
<style>
a { background-color: #C5C746; }
a { background-color: rgb(197,199,70); }
div.DivClassName
{
background-color: #C5C746;
}
.BgClassName
{
background-color: #C5C746;
}
</style>
border-color css
<style>
span { border-color: #C5C746; }
span { border-color: rgb(197,199,70); }
td.TdClassName
{
border-color: #C5C746;
}
.TagClassName
{
border-color: #C5C746;
}
</style>