Shades of Celery #C2C04F
Tints of Celery #C2C04F
RGB
CMYK
RGB Variations
Color information
#C2C04F (or 0xC2C04F) is known color: Celery. HEX triplet: C2, C0 and 4F. RGB value is (194,192,79). Sum of RGB (Red+Green+Blue) = 194+192+79=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 79 (31.25% from 255 or 16.99% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C04F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C04F is #3D3FB0. Grayscale: #B4B4B4. Windows color (decimal): -4014001 or 5226690. OLE color: 5226690.
HSL color Cylindrical-coordinate representation of color #C2C04F: hue angle of 58.96º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2C04F is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 192 | 79 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.24 |
| HSL | 58.96º | 0.49% | 0.54% | - |
| HSV(B) | 58.96º | 0.59% | 0.76% | - |
| XYZ | 42.51 | 49.73 | 14.76 | - |
| YUV | 179.72 | 71.16 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 192 | 79 | 0 | 0.01 | 0.59 | 0.24 | 58.96 | 0.49 | 0.54 |
| Hex | C2 | C0 | 4F | 0 | 1 | 3B | 18 | 3B | 31 | 36 |
| Octal | 302 | 300 | 117 | 0 | 1 | 73 | 30 | 73 | 61 | 66 |
| Binary | 11000010 | 11000000 | 1001111 | 0 | 1 | 111011 | 11000 | 111011 | 110001 | 110110 |
Color Harmonies of #C2C04F
Complementary color
Monochromatic Colors of #C2C04F
Black with #C2C04F
Text Example
Text Example
White with #C2C04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C04F; }
p { color: rgb(194,192,79); }
H1.HeaderClassName
{
color: #C2C04F;
}
.AnyTagClassName
{
color: #C2C04F;
}
</style>
background-color css
<style>
a { background-color: #C2C04F; }
a { background-color: rgb(194,192,79); }
div.DivClassName
{
background-color: #C2C04F;
}
.BgClassName
{
background-color: #C2C04F;
}
</style>
border-color css
<style>
span { border-color: #C2C04F; }
span { border-color: rgb(194,192,79); }
td.TdClassName
{
border-color: #C2C04F;
}
.TagClassName
{
border-color: #C2C04F;
}
</style>