Shades of Celery #C2C04C
Tints of Celery #C2C04C
RGB
CMYK
RGB Variations
Color information
#C2C04C (or 0xC2C04C) is known color: Celery. HEX triplet: C2, C0 and 4C. RGB value is (194,192,76). Sum of RGB (Red+Green+Blue) = 194+192+76=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 76 (30.08% from 255 or 16.45% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C04C is #3D3FB3. Grayscale: #B3B3B3. Windows color (decimal): -4014004 or 5030082. OLE color: 5030082.
HSL color Cylindrical-coordinate representation of color #C2C04C: hue angle of 58.98º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C2C04C is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 192 | 76 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.24 |
| HSL | 58.98º | 0.49% | 0.53% | - |
| HSV(B) | 58.98º | 0.61% | 0.76% | - |
| XYZ | 42.4 | 49.69 | 14.19 | - |
| YUV | 179.37 | 69.66 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 192 | 76 | 0 | 0.01 | 0.61 | 0.24 | 58.98 | 0.49 | 0.53 |
| Hex | C2 | C0 | 4C | 0 | 1 | 3D | 18 | 3B | 31 | 35 |
| Octal | 302 | 300 | 114 | 0 | 1 | 75 | 30 | 73 | 61 | 65 |
| Binary | 11000010 | 11000000 | 1001100 | 0 | 1 | 111101 | 11000 | 111011 | 110001 | 110101 |
Color Harmonies of #C2C04C
Complementary color
Monochromatic Colors of #C2C04C
Black with #C2C04C
Text Example
Text Example
White with #C2C04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C04C; }
p { color: rgb(194,192,76); }
H1.HeaderClassName
{
color: #C2C04C;
}
.AnyTagClassName
{
color: #C2C04C;
}
</style>
background-color css
<style>
a { background-color: #C2C04C; }
a { background-color: rgb(194,192,76); }
div.DivClassName
{
background-color: #C2C04C;
}
.BgClassName
{
background-color: #C2C04C;
}
</style>
border-color css
<style>
span { border-color: #C2C04C; }
span { border-color: rgb(194,192,76); }
td.TdClassName
{
border-color: #C2C04C;
}
.TagClassName
{
border-color: #C2C04C;
}
</style>