Shades of Celery #C2C24E
Tints of Celery #C2C24E
RGB
CMYK
RGB Variations
Color information
#C2C24E (or 0xC2C24E) is known color: Celery. HEX triplet: C2, C2 and 4E. RGB value is (194,194,78). Sum of RGB (Red+Green+Blue) = 194+194+78=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 78 (30.86% from 255 or 16.74% from 466); Max value from RGB is 194 - color contains mainly: red, green. Hex color #C2C24E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C24E is #3D3DB1. Grayscale: #B5B5B5. Windows color (decimal): -4013490 or 5161666. OLE color: 5161666.
HSL color Cylindrical-coordinate representation of color #C2C24E: hue angle of 60º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2C24E is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 194 | 78 | - |
| CMYK | 0 | 0 | 0.60 | 0.24 |
| HSL | 60º | 0.49% | 0.53% | - |
| HSV(B) | 60º | 0.6% | 0.76% | - |
| XYZ | 42.92 | 50.6 | 14.71 | - |
| YUV | 180.78 | 70 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 194 | 78 | 0 | 0 | 0.60 | 0.24 | 60 | 0.49 | 0.53 |
| Hex | C2 | C2 | 4E | 0 | 0 | 3C | 18 | 3C | 31 | 35 |
| Octal | 302 | 302 | 116 | 0 | 0 | 74 | 30 | 74 | 61 | 65 |
| Binary | 11000010 | 11000010 | 1001110 | 0 | 0 | 111100 | 11000 | 111100 | 110001 | 110101 |
Color Harmonies of #C2C24E
Complementary color
Monochromatic Colors of #C2C24E
Black with #C2C24E
Text Example
Text Example
White with #C2C24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C24E; }
p { color: rgb(194,194,78); }
H1.HeaderClassName
{
color: #C2C24E;
}
.AnyTagClassName
{
color: #C2C24E;
}
</style>
background-color css
<style>
a { background-color: #C2C24E; }
a { background-color: rgb(194,194,78); }
div.DivClassName
{
background-color: #C2C24E;
}
.BgClassName
{
background-color: #C2C24E;
}
</style>
border-color css
<style>
span { border-color: #C2C24E; }
span { border-color: rgb(194,194,78); }
td.TdClassName
{
border-color: #C2C24E;
}
.TagClassName
{
border-color: #C2C24E;
}
</style>