Shades of Celery #C1C24D
Tints of Celery #C1C24D
RGB
CMYK
RGB Variations
Color information
#C1C24D (or 0xC1C24D) is known color: Celery. HEX triplet: C1, C2 and 4D. RGB value is (193,194,77). Sum of RGB (Red+Green+Blue) = 193+194+77=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 77 (30.47% from 255 or 16.59% from 464); Max value from RGB is 194 - color contains mainly: green. Hex color #C1C24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C24D is #3E3DB2. Grayscale: #B4B4B4. Windows color (decimal): -4079027 or 5096129. OLE color: 5096129.
HSL color Cylindrical-coordinate representation of color #C1C24D: hue angle of 60.51º 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 #C1C24D is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 194 | 77 | - |
| CMYK | 0.01 | 0 | 0.60 | 0.24 |
| HSL | 60.51º | 0.49% | 0.53% | - |
| HSV(B) | 60.51º | 0.6% | 0.76% | - |
| XYZ | 42.62 | 50.46 | 14.51 | - |
| YUV | 180.36 | 69.67 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 194 | 77 | 0.01 | 0 | 0.60 | 0.24 | 60.51 | 0.49 | 0.53 |
| Hex | C1 | C2 | 4D | 1 | 0 | 3C | 18 | 3D | 31 | 35 |
| Octal | 301 | 302 | 115 | 1 | 0 | 74 | 30 | 75 | 61 | 65 |
| Binary | 11000001 | 11000010 | 1001101 | 1 | 0 | 111100 | 11000 | 111101 | 110001 | 110101 |
Color Harmonies of #C1C24D
Complementary color
Monochromatic Colors of #C1C24D
Black with #C1C24D
Text Example
Text Example
White with #C1C24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C24D; }
p { color: rgb(193,194,77); }
H1.HeaderClassName
{
color: #C1C24D;
}
.AnyTagClassName
{
color: #C1C24D;
}
</style>
background-color css
<style>
a { background-color: #C1C24D; }
a { background-color: rgb(193,194,77); }
div.DivClassName
{
background-color: #C1C24D;
}
.BgClassName
{
background-color: #C1C24D;
}
</style>
border-color css
<style>
span { border-color: #C1C24D; }
span { border-color: rgb(193,194,77); }
td.TdClassName
{
border-color: #C1C24D;
}
.TagClassName
{
border-color: #C1C24D;
}
</style>