Shades of Celery #C3C04C
Tints of Celery #C3C04C
RGB
CMYK
RGB Variations
Color information
#C3C04C (or 0xC3C04C) is known color: Celery. HEX triplet: C3, C0 and 4C. RGB value is (195,192,76). Sum of RGB (Red+Green+Blue) = 195+192+76=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 76 (30.08% from 255 or 16.41% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C04C is #3C3FB3. Grayscale: #B4B4B4. Windows color (decimal): -3948468 or 5030083. OLE color: 5030083.
HSL color Cylindrical-coordinate representation of color #C3C04C: hue angle of 58.49º degrees, saturation: 0.5, 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 #C3C04C is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 192 | 76 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.24 |
| HSL | 58.49º | 0.5% | 0.53% | - |
| HSV(B) | 58.49º | 0.61% | 0.76% | - |
| XYZ | 42.66 | 49.82 | 14.21 | - |
| YUV | 179.67 | 69.49 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 76 | 0 | 0.02 | 0.61 | 0.24 | 58.49 | 0.5 | 0.53 |
| Hex | C3 | C0 | 4C | 0 | 2 | 3D | 18 | 3A | 32 | 35 |
| Octal | 303 | 300 | 114 | 0 | 2 | 75 | 30 | 72 | 62 | 65 |
| Binary | 11000011 | 11000000 | 1001100 | 0 | 10 | 111101 | 11000 | 111010 | 110010 | 110101 |
Color Harmonies of #C3C04C
Complementary color
Monochromatic Colors of #C3C04C
Black with #C3C04C
Text Example
Text Example
White with #C3C04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C04C; }
p { color: rgb(195,192,76); }
H1.HeaderClassName
{
color: #C3C04C;
}
.AnyTagClassName
{
color: #C3C04C;
}
</style>
background-color css
<style>
a { background-color: #C3C04C; }
a { background-color: rgb(195,192,76); }
div.DivClassName
{
background-color: #C3C04C;
}
.BgClassName
{
background-color: #C3C04C;
}
</style>
border-color css
<style>
span { border-color: #C3C04C; }
span { border-color: rgb(195,192,76); }
td.TdClassName
{
border-color: #C3C04C;
}
.TagClassName
{
border-color: #C3C04C;
}
</style>