Shades of Celery #C0C844
Tints of Celery #C0C844
RGB
CMYK
RGB Variations
Color information
#C0C844 (or 0xC0C844) is known color: Celery. HEX triplet: C0, C8 and 44. RGB value is (192,200,68). Sum of RGB (Red+Green+Blue) = 192+200+68=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 68 (26.95% from 255 or 14.78% from 460); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C844 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C844 is #3F37BB. Grayscale: #B7B7B7. Windows color (decimal): -4143036 or 4507840. OLE color: 4507840.
HSL color Cylindrical-coordinate representation of color #C0C844: hue angle of 63.64º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0C844 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 200 | 68 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.22 |
| HSL | 63.64º | 0.55% | 0.53% | - |
| HSV(B) | 63.64º | 0.66% | 0.78% | - |
| XYZ | 43.44 | 52.93 | 13.4 | - |
| YUV | 182.56 | 63.35 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 200 | 68 | 0.04 | 0 | 0.66 | 0.22 | 63.64 | 0.55 | 0.53 |
| Hex | C0 | C8 | 44 | 4 | 0 | 42 | 16 | 40 | 37 | 35 |
| Octal | 300 | 310 | 104 | 4 | 0 | 102 | 26 | 100 | 67 | 65 |
| Binary | 11000000 | 11001000 | 1000100 | 100 | 0 | 1000010 | 10110 | 1000000 | 110111 | 110101 |
Color Harmonies of #C0C844
Complementary color
Monochromatic Colors of #C0C844
Black with #C0C844
Text Example
Text Example
White with #C0C844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C844; }
p { color: rgb(192,200,68); }
H1.HeaderClassName
{
color: #C0C844;
}
.AnyTagClassName
{
color: #C0C844;
}
</style>
background-color css
<style>
a { background-color: #C0C844; }
a { background-color: rgb(192,200,68); }
div.DivClassName
{
background-color: #C0C844;
}
.BgClassName
{
background-color: #C0C844;
}
</style>
border-color css
<style>
span { border-color: #C0C844; }
span { border-color: rgb(192,200,68); }
td.TdClassName
{
border-color: #C0C844;
}
.TagClassName
{
border-color: #C0C844;
}
</style>