Shades of Celery #C0C845
Tints of Celery #C0C845
RGB
CMYK
RGB Variations
Color information
#C0C845 (or 0xC0C845) is known color: Celery. HEX triplet: C0, C8 and 45. RGB value is (192,200,69). Sum of RGB (Red+Green+Blue) = 192+200+69=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 200 (78.52% from 255 or 43.38% from 461); Blue value is 69 (27.34% from 255 or 14.97% from 461); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C845 is #3F37BA. Grayscale: #B7B7B7. Windows color (decimal): -4143035 or 4573376. OLE color: 4573376.
HSL color Cylindrical-coordinate representation of color #C0C845: hue angle of 63.66º 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 #C0C845 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 200 | 69 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.22 |
| HSL | 63.66º | 0.54% | 0.53% | - |
| HSV(B) | 63.66º | 0.66% | 0.78% | - |
| XYZ | 43.47 | 52.94 | 13.56 | - |
| YUV | 182.67 | 63.85 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 200 | 69 | 0.04 | 0 | 0.66 | 0.22 | 63.66 | 0.54 | 0.53 |
| Hex | C0 | C8 | 45 | 4 | 0 | 42 | 16 | 40 | 36 | 35 |
| Octal | 300 | 310 | 105 | 4 | 0 | 102 | 26 | 100 | 66 | 65 |
| Binary | 11000000 | 11001000 | 1000101 | 100 | 0 | 1000010 | 10110 | 1000000 | 110110 | 110101 |
Color Harmonies of #C0C845
Complementary color
Monochromatic Colors of #C0C845
Black with #C0C845
Text Example
Text Example
White with #C0C845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C845; }
p { color: rgb(192,200,69); }
H1.HeaderClassName
{
color: #C0C845;
}
.AnyTagClassName
{
color: #C0C845;
}
</style>
background-color css
<style>
a { background-color: #C0C845; }
a { background-color: rgb(192,200,69); }
div.DivClassName
{
background-color: #C0C845;
}
.BgClassName
{
background-color: #C0C845;
}
</style>
border-color css
<style>
span { border-color: #C0C845; }
span { border-color: rgb(192,200,69); }
td.TdClassName
{
border-color: #C0C845;
}
.TagClassName
{
border-color: #C0C845;
}
</style>