Shades of Celery #C1C53C
Tints of Celery #C1C53C
RGB
CMYK
RGB Variations
Color information
#C1C53C (or 0xC1C53C) is known color: Celery. HEX triplet: C1, C5 and 3C. RGB value is (193,197,60). Sum of RGB (Red+Green+Blue) = 193+197+60=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 60 (23.83% from 255 or 13.33% from 450); Max value from RGB is 197 - color contains mainly: green. Hex color #C1C53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C53C is #3E3AC3. Grayscale: #B4B4B4. Windows color (decimal): -4078276 or 3982785. OLE color: 3982785.
HSL color Cylindrical-coordinate representation of color #C1C53C: hue angle of 61.75º 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 #C1C53C is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 197 | 60 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.23 |
| HSL | 61.75º | 0.54% | 0.5% | - |
| HSV(B) | 61.75º | 0.7% | 0.77% | - |
| XYZ | 42.77 | 51.6 | 11.98 | - |
| YUV | 180.19 | 60.17 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 197 | 60 | 0.02 | 0 | 0.70 | 0.23 | 61.75 | 0.54 | 0.5 |
| Hex | C1 | C5 | 3C | 2 | 0 | 46 | 17 | 3E | 36 | 32 |
| Octal | 301 | 305 | 74 | 2 | 0 | 106 | 27 | 76 | 66 | 62 |
| Binary | 11000001 | 11000101 | 111100 | 10 | 0 | 1000110 | 10111 | 111110 | 110110 | 110010 |
Color Harmonies of #C1C53C
Complementary color
Monochromatic Colors of #C1C53C
Black with #C1C53C
Text Example
Text Example
White with #C1C53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C53C; }
p { color: rgb(193,197,60); }
H1.HeaderClassName
{
color: #C1C53C;
}
.AnyTagClassName
{
color: #C1C53C;
}
</style>
background-color css
<style>
a { background-color: #C1C53C; }
a { background-color: rgb(193,197,60); }
div.DivClassName
{
background-color: #C1C53C;
}
.BgClassName
{
background-color: #C1C53C;
}
</style>
border-color css
<style>
span { border-color: #C1C53C; }
span { border-color: rgb(193,197,60); }
td.TdClassName
{
border-color: #C1C53C;
}
.TagClassName
{
border-color: #C1C53C;
}
</style>