Shades of Celery #C0C349
Tints of Celery #C0C349
RGB
CMYK
RGB Variations
Color information
#C0C349 (or 0xC0C349) is known color: Celery. HEX triplet: C0, C3 and 49. RGB value is (192,195,73). Sum of RGB (Red+Green+Blue) = 192+195+73=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 73 (28.91% from 255 or 15.87% from 460); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C349 is #3F3CB6. Grayscale: #B4B4B4. Windows color (decimal): -4144311 or 4834240. OLE color: 4834240.
HSL color Cylindrical-coordinate representation of color #C0C349: hue angle of 61.48º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C0C349 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 195 | 73 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.24 |
| HSL | 61.48º | 0.5% | 0.53% | - |
| HSV(B) | 61.48º | 0.63% | 0.76% | - |
| XYZ | 42.46 | 50.72 | 13.86 | - |
| YUV | 180.2 | 67.51 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 195 | 73 | 0.02 | 0 | 0.63 | 0.24 | 61.48 | 0.5 | 0.53 |
| Hex | C0 | C3 | 49 | 2 | 0 | 3F | 18 | 3D | 32 | 35 |
| Octal | 300 | 303 | 111 | 2 | 0 | 77 | 30 | 75 | 62 | 65 |
| Binary | 11000000 | 11000011 | 1001001 | 10 | 0 | 111111 | 11000 | 111101 | 110010 | 110101 |
Color Harmonies of #C0C349
Complementary color
Monochromatic Colors of #C0C349
Black with #C0C349
Text Example
Text Example
White with #C0C349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C349; }
p { color: rgb(192,195,73); }
H1.HeaderClassName
{
color: #C0C349;
}
.AnyTagClassName
{
color: #C0C349;
}
</style>
background-color css
<style>
a { background-color: #C0C349; }
a { background-color: rgb(192,195,73); }
div.DivClassName
{
background-color: #C0C349;
}
.BgClassName
{
background-color: #C0C349;
}
</style>
border-color css
<style>
span { border-color: #C0C349; }
span { border-color: rgb(192,195,73); }
td.TdClassName
{
border-color: #C0C349;
}
.TagClassName
{
border-color: #C0C349;
}
</style>