Shades of Celery #C0C440
Tints of Celery #C0C440
RGB
CMYK
RGB Variations
Color information
#C0C440 (or 0xC0C440) is known color: Celery. HEX triplet: C0, C4 and 40. RGB value is (192,196,64). Sum of RGB (Red+Green+Blue) = 192+196+64=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 196 (76.95% from 255 or 43.36% from 452); Blue value is 64 (25.39% from 255 or 14.16% from 452); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C440 is #3F3BBF. Grayscale: #B4B4B4. Windows color (decimal): -4144064 or 4244672. OLE color: 4244672.
HSL color Cylindrical-coordinate representation of color #C0C440: hue angle of 61.82º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0C440 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 196 | 64 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.23 |
| HSL | 61.82º | 0.53% | 0.51% | - |
| HSV(B) | 61.82º | 0.67% | 0.77% | - |
| XYZ | 42.4 | 51.06 | 12.47 | - |
| YUV | 179.76 | 62.67 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 196 | 64 | 0.02 | 0 | 0.67 | 0.23 | 61.82 | 0.53 | 0.51 |
| Hex | C0 | C4 | 40 | 2 | 0 | 43 | 17 | 3E | 35 | 33 |
| Octal | 300 | 304 | 100 | 2 | 0 | 103 | 27 | 76 | 65 | 63 |
| Binary | 11000000 | 11000100 | 1000000 | 10 | 0 | 1000011 | 10111 | 111110 | 110101 | 110011 |
Color Harmonies of #C0C440
Complementary color
Monochromatic Colors of #C0C440
Black with #C0C440
Text Example
Text Example
White with #C0C440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C440; }
p { color: rgb(192,196,64); }
H1.HeaderClassName
{
color: #C0C440;
}
.AnyTagClassName
{
color: #C0C440;
}
</style>
background-color css
<style>
a { background-color: #C0C440; }
a { background-color: rgb(192,196,64); }
div.DivClassName
{
background-color: #C0C440;
}
.BgClassName
{
background-color: #C0C440;
}
</style>
border-color css
<style>
span { border-color: #C0C440; }
span { border-color: rgb(192,196,64); }
td.TdClassName
{
border-color: #C0C440;
}
.TagClassName
{
border-color: #C0C440;
}
</style>