Shades of Celery #C0C640
Tints of Celery #C0C640
RGB
CMYK
RGB Variations
Color information
#C0C640 (or 0xC0C640) is known color: Celery. HEX triplet: C0, C6 and 40. RGB value is (192,198,64). Sum of RGB (Red+Green+Blue) = 192+198+64=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 198 (77.73% from 255 or 43.61% from 454); Blue value is 64 (25.39% from 255 or 14.10% from 454); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C640 is #3F39BF. Grayscale: #B5B5B5. Windows color (decimal): -4143552 or 4245184. OLE color: 4245184.
HSL color Cylindrical-coordinate representation of color #C0C640: hue angle of 62.69º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0C640 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 198 | 64 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.22 |
| HSL | 62.69º | 0.54% | 0.51% | - |
| HSV(B) | 62.69º | 0.68% | 0.78% | - |
| XYZ | 42.86 | 51.96 | 12.62 | - |
| YUV | 180.93 | 62.01 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 198 | 64 | 0.03 | 0 | 0.68 | 0.22 | 62.69 | 0.54 | 0.51 |
| Hex | C0 | C6 | 40 | 3 | 0 | 44 | 16 | 3F | 36 | 33 |
| Octal | 300 | 306 | 100 | 3 | 0 | 104 | 26 | 77 | 66 | 63 |
| Binary | 11000000 | 11000110 | 1000000 | 11 | 0 | 1000100 | 10110 | 111111 | 110110 | 110011 |
Color Harmonies of #C0C640
Complementary color
Monochromatic Colors of #C0C640
Black with #C0C640
Text Example
Text Example
White with #C0C640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C640; }
p { color: rgb(192,198,64); }
H1.HeaderClassName
{
color: #C0C640;
}
.AnyTagClassName
{
color: #C0C640;
}
</style>
background-color css
<style>
a { background-color: #C0C640; }
a { background-color: rgb(192,198,64); }
div.DivClassName
{
background-color: #C0C640;
}
.BgClassName
{
background-color: #C0C640;
}
</style>
border-color css
<style>
span { border-color: #C0C640; }
span { border-color: rgb(192,198,64); }
td.TdClassName
{
border-color: #C0C640;
}
.TagClassName
{
border-color: #C0C640;
}
</style>