Shades of Celery #C2C549
Tints of Celery #C2C549
RGB
CMYK
RGB Variations
Color information
#C2C549 (or 0xC2C549) is known color: Celery. HEX triplet: C2, C5 and 49. RGB value is (194,197,73). Sum of RGB (Red+Green+Blue) = 194+197+73=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 73 (28.91% from 255 or 15.73% from 464); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C549 is #3D3AB6. Grayscale: #B6B6B6. Windows color (decimal): -4012727 or 4834754. OLE color: 4834754.
HSL color Cylindrical-coordinate representation of color #C2C549: hue angle of 61.45º 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 #C2C549 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 197 | 73 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.23 |
| HSL | 61.45º | 0.52% | 0.53% | - |
| HSV(B) | 61.45º | 0.63% | 0.77% | - |
| XYZ | 43.42 | 51.88 | 14.03 | - |
| YUV | 181.97 | 66.51 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 197 | 73 | 0.02 | 0 | 0.63 | 0.23 | 61.45 | 0.52 | 0.53 |
| Hex | C2 | C5 | 49 | 2 | 0 | 3F | 17 | 3D | 34 | 35 |
| Octal | 302 | 305 | 111 | 2 | 0 | 77 | 27 | 75 | 64 | 65 |
| Binary | 11000010 | 11000101 | 1001001 | 10 | 0 | 111111 | 10111 | 111101 | 110100 | 110101 |
Color Harmonies of #C2C549
Complementary color
Monochromatic Colors of #C2C549
Black with #C2C549
Text Example
Text Example
White with #C2C549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C549; }
p { color: rgb(194,197,73); }
H1.HeaderClassName
{
color: #C2C549;
}
.AnyTagClassName
{
color: #C2C549;
}
</style>
background-color css
<style>
a { background-color: #C2C549; }
a { background-color: rgb(194,197,73); }
div.DivClassName
{
background-color: #C2C549;
}
.BgClassName
{
background-color: #C2C549;
}
</style>
border-color css
<style>
span { border-color: #C2C549; }
span { border-color: rgb(194,197,73); }
td.TdClassName
{
border-color: #C2C549;
}
.TagClassName
{
border-color: #C2C549;
}
</style>