Shades of Celery #C0C13D
Tints of Celery #C0C13D
RGB
CMYK
RGB Variations
Color information
#C0C13D (or 0xC0C13D) is known color: Celery. HEX triplet: C0, C1 and 3D. RGB value is (192,193,61). Sum of RGB (Red+Green+Blue) = 192+193+61=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 61 (24.22% from 255 or 13.68% from 446); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C13D is #3F3EC2. Grayscale: #B2B2B2. Windows color (decimal): -4144835 or 4047296. OLE color: 4047296.
HSL color Cylindrical-coordinate representation of color #C0C13D: hue angle of 60.45º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0C13D is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 193 | 61 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.24 |
| HSL | 60.45º | 0.52% | 0.5% | - |
| HSV(B) | 60.45º | 0.68% | 0.76% | - |
| XYZ | 41.65 | 49.68 | 11.81 | - |
| YUV | 177.65 | 62.17 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 193 | 61 | 0.01 | 0 | 0.68 | 0.24 | 60.45 | 0.52 | 0.5 |
| Hex | C0 | C1 | 3D | 1 | 0 | 44 | 18 | 3C | 34 | 32 |
| Octal | 300 | 301 | 75 | 1 | 0 | 104 | 30 | 74 | 64 | 62 |
| Binary | 11000000 | 11000001 | 111101 | 1 | 0 | 1000100 | 11000 | 111100 | 110100 | 110010 |
Color Harmonies of #C0C13D
Complementary color
Monochromatic Colors of #C0C13D
Black with #C0C13D
Text Example
Text Example
White with #C0C13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C13D; }
p { color: rgb(192,193,61); }
H1.HeaderClassName
{
color: #C0C13D;
}
.AnyTagClassName
{
color: #C0C13D;
}
</style>
background-color css
<style>
a { background-color: #C0C13D; }
a { background-color: rgb(192,193,61); }
div.DivClassName
{
background-color: #C0C13D;
}
.BgClassName
{
background-color: #C0C13D;
}
</style>
border-color css
<style>
span { border-color: #C0C13D; }
span { border-color: rgb(192,193,61); }
td.TdClassName
{
border-color: #C0C13D;
}
.TagClassName
{
border-color: #C0C13D;
}
</style>