Shades of Celery #C2C14F
Tints of Celery #C2C14F
RGB
CMYK
RGB Variations
Color information
#C2C14F (or 0xC2C14F) is known color: Celery. HEX triplet: C2, C1 and 4F. RGB value is (194,193,79). Sum of RGB (Red+Green+Blue) = 194+193+79=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 79 (31.25% from 255 or 16.95% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C14F is #3D3EB0. Grayscale: #B4B4B4. Windows color (decimal): -4013745 or 5226946. OLE color: 5226946.
HSL color Cylindrical-coordinate representation of color #C2C14F: hue angle of 59.48º 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 #C2C14F is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 193 | 79 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.24 |
| HSL | 59.48º | 0.49% | 0.54% | - |
| HSV(B) | 59.48º | 0.59% | 0.76% | - |
| XYZ | 42.73 | 50.17 | 14.83 | - |
| YUV | 180.3 | 70.83 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 193 | 79 | 0 | 0.01 | 0.59 | 0.24 | 59.48 | 0.49 | 0.54 |
| Hex | C2 | C1 | 4F | 0 | 1 | 3B | 18 | 3B | 31 | 36 |
| Octal | 302 | 301 | 117 | 0 | 1 | 73 | 30 | 73 | 61 | 66 |
| Binary | 11000010 | 11000001 | 1001111 | 0 | 1 | 111011 | 11000 | 111011 | 110001 | 110110 |
Color Harmonies of #C2C14F
Complementary color
Monochromatic Colors of #C2C14F
Black with #C2C14F
Text Example
Text Example
White with #C2C14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C14F; }
p { color: rgb(194,193,79); }
H1.HeaderClassName
{
color: #C2C14F;
}
.AnyTagClassName
{
color: #C2C14F;
}
</style>
background-color css
<style>
a { background-color: #C2C14F; }
a { background-color: rgb(194,193,79); }
div.DivClassName
{
background-color: #C2C14F;
}
.BgClassName
{
background-color: #C2C14F;
}
</style>
border-color css
<style>
span { border-color: #C2C14F; }
span { border-color: rgb(194,193,79); }
td.TdClassName
{
border-color: #C2C14F;
}
.TagClassName
{
border-color: #C2C14F;
}
</style>