Shades of Celery #C0C650
Tints of Celery #C0C650
RGB
CMYK
RGB Variations
Color information
#C0C650 (or 0xC0C650) is known color: Celery. HEX triplet: C0, C6 and 50. RGB value is (192,198,80). Sum of RGB (Red+Green+Blue) = 192+198+80=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 198 (77.73% from 255 or 42.13% from 470); Blue value is 80 (31.64% from 255 or 17.02% from 470); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C650 is #3F39AF. Grayscale: #B7B7B7. Windows color (decimal): -4143536 or 5293760. OLE color: 5293760.
HSL color Cylindrical-coordinate representation of color #C0C650: hue angle of 63.05º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0C650 is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 198 | 80 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.22 |
| HSL | 63.05º | 0.51% | 0.55% | - |
| HSV(B) | 63.05º | 0.6% | 0.78% | - |
| XYZ | 43.38 | 52.17 | 15.37 | - |
| YUV | 182.75 | 70.01 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 198 | 80 | 0.03 | 0 | 0.60 | 0.22 | 63.05 | 0.51 | 0.55 |
| Hex | C0 | C6 | 50 | 3 | 0 | 3C | 16 | 3F | 33 | 37 |
| Octal | 300 | 306 | 120 | 3 | 0 | 74 | 26 | 77 | 63 | 67 |
| Binary | 11000000 | 11000110 | 1010000 | 11 | 0 | 111100 | 10110 | 111111 | 110011 | 110111 |
Color Harmonies of #C0C650
Complementary color
Monochromatic Colors of #C0C650
Black with #C0C650
Text Example
Text Example
White with #C0C650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C650; }
p { color: rgb(192,198,80); }
H1.HeaderClassName
{
color: #C0C650;
}
.AnyTagClassName
{
color: #C0C650;
}
</style>
background-color css
<style>
a { background-color: #C0C650; }
a { background-color: rgb(192,198,80); }
div.DivClassName
{
background-color: #C0C650;
}
.BgClassName
{
background-color: #C0C650;
}
</style>
border-color css
<style>
span { border-color: #C0C650; }
span { border-color: rgb(192,198,80); }
td.TdClassName
{
border-color: #C0C650;
}
.TagClassName
{
border-color: #C0C650;
}
</style>