Shades of Celery #C0C13A
Tints of Celery #C0C13A
RGB
CMYK
RGB Variations
Color information
#C0C13A (or 0xC0C13A) is known color: Celery. HEX triplet: C0, C1 and 3A. RGB value is (192,193,58). Sum of RGB (Red+Green+Blue) = 192+193+58=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 58 (23.05% from 255 or 13.09% from 443); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C13A is #3F3EC5. Grayscale: #B1B1B1. Windows color (decimal): -4144838 or 3850688. OLE color: 3850688.
HSL color Cylindrical-coordinate representation of color #C0C13A: hue angle of 60.44º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0C13A is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 193 | 58 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.24 |
| HSL | 60.44º | 0.54% | 0.49% | - |
| HSV(B) | 60.44º | 0.7% | 0.76% | - |
| XYZ | 41.57 | 49.65 | 11.4 | - |
| YUV | 177.31 | 60.67 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 193 | 58 | 0.01 | 0 | 0.70 | 0.24 | 60.44 | 0.54 | 0.49 |
| Hex | C0 | C1 | 3A | 1 | 0 | 46 | 18 | 3C | 36 | 31 |
| Octal | 300 | 301 | 72 | 1 | 0 | 106 | 30 | 74 | 66 | 61 |
| Binary | 11000000 | 11000001 | 111010 | 1 | 0 | 1000110 | 11000 | 111100 | 110110 | 110001 |
Color Harmonies of #C0C13A
Complementary color
Monochromatic Colors of #C0C13A
Black with #C0C13A
Text Example
Text Example
White with #C0C13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C13A; }
p { color: rgb(192,193,58); }
H1.HeaderClassName
{
color: #C0C13A;
}
.AnyTagClassName
{
color: #C0C13A;
}
</style>
background-color css
<style>
a { background-color: #C0C13A; }
a { background-color: rgb(192,193,58); }
div.DivClassName
{
background-color: #C0C13A;
}
.BgClassName
{
background-color: #C0C13A;
}
</style>
border-color css
<style>
span { border-color: #C0C13A; }
span { border-color: rgb(192,193,58); }
td.TdClassName
{
border-color: #C0C13A;
}
.TagClassName
{
border-color: #C0C13A;
}
</style>