Shades of Celery #C0C53B
Tints of Celery #C0C53B
RGB
CMYK
RGB Variations
Color information
#C0C53B (or 0xC0C53B) is known color: Celery. HEX triplet: C0, C5 and 3B. RGB value is (192,197,59). Sum of RGB (Red+Green+Blue) = 192+197+59=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 59 (23.44% from 255 or 13.17% from 448); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C53B is #3F3AC4. Grayscale: #B4B4B4. Windows color (decimal): -4143813 or 3917248. OLE color: 3917248.
HSL color Cylindrical-coordinate representation of color #C0C53B: hue angle of 62.17º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0C53B is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 197 | 59 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.23 |
| HSL | 62.17º | 0.54% | 0.5% | - |
| HSV(B) | 62.17º | 0.7% | 0.77% | - |
| XYZ | 42.49 | 51.45 | 11.83 | - |
| YUV | 179.77 | 59.84 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 197 | 59 | 0.03 | 0 | 0.70 | 0.23 | 62.17 | 0.54 | 0.5 |
| Hex | C0 | C5 | 3B | 3 | 0 | 46 | 17 | 3E | 36 | 32 |
| Octal | 300 | 305 | 73 | 3 | 0 | 106 | 27 | 76 | 66 | 62 |
| Binary | 11000000 | 11000101 | 111011 | 11 | 0 | 1000110 | 10111 | 111110 | 110110 | 110010 |
Color Harmonies of #C0C53B
Complementary color
Monochromatic Colors of #C0C53B
Black with #C0C53B
Text Example
Text Example
White with #C0C53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C53B; }
p { color: rgb(192,197,59); }
H1.HeaderClassName
{
color: #C0C53B;
}
.AnyTagClassName
{
color: #C0C53B;
}
</style>
background-color css
<style>
a { background-color: #C0C53B; }
a { background-color: rgb(192,197,59); }
div.DivClassName
{
background-color: #C0C53B;
}
.BgClassName
{
background-color: #C0C53B;
}
</style>
border-color css
<style>
span { border-color: #C0C53B; }
span { border-color: rgb(192,197,59); }
td.TdClassName
{
border-color: #C0C53B;
}
.TagClassName
{
border-color: #C0C53B;
}
</style>