Shades of Celery #C1C548
Tints of Celery #C1C548
RGB
CMYK
RGB Variations
Color information
#C1C548 (or 0xC1C548) is known color: Celery. HEX triplet: C1, C5 and 48. RGB value is (193,197,72). Sum of RGB (Red+Green+Blue) = 193+197+72=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 197 (77.34% from 255 or 42.64% from 462); Blue value is 72 (28.52% from 255 or 15.58% from 462); Max value from RGB is 197 - color contains mainly: green. Hex color #C1C548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C548 is #3E3AB7. Grayscale: #B6B6B6. Windows color (decimal): -4078264 or 4769217. OLE color: 4769217.
HSL color Cylindrical-coordinate representation of color #C1C548: hue angle of 61.92º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C1C548 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 197 | 72 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.23 |
| HSL | 61.92º | 0.52% | 0.53% | - |
| HSV(B) | 61.92º | 0.63% | 0.77% | - |
| XYZ | 43.13 | 51.74 | 13.84 | - |
| YUV | 181.55 | 66.17 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 197 | 72 | 0.02 | 0 | 0.63 | 0.23 | 61.92 | 0.52 | 0.53 |
| Hex | C1 | C5 | 48 | 2 | 0 | 3F | 17 | 3E | 34 | 35 |
| Octal | 301 | 305 | 110 | 2 | 0 | 77 | 27 | 76 | 64 | 65 |
| Binary | 11000001 | 11000101 | 1001000 | 10 | 0 | 111111 | 10111 | 111110 | 110100 | 110101 |
Color Harmonies of #C1C548
Complementary color
Monochromatic Colors of #C1C548
Black with #C1C548
Text Example
Text Example
White with #C1C548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C548; }
p { color: rgb(193,197,72); }
H1.HeaderClassName
{
color: #C1C548;
}
.AnyTagClassName
{
color: #C1C548;
}
</style>
background-color css
<style>
a { background-color: #C1C548; }
a { background-color: rgb(193,197,72); }
div.DivClassName
{
background-color: #C1C548;
}
.BgClassName
{
background-color: #C1C548;
}
</style>
border-color css
<style>
span { border-color: #C1C548; }
span { border-color: rgb(193,197,72); }
td.TdClassName
{
border-color: #C1C548;
}
.TagClassName
{
border-color: #C1C548;
}
</style>