Shades of Celery #C0C34A
Tints of Celery #C0C34A
RGB
CMYK
RGB Variations
Color information
#C0C34A (or 0xC0C34A) is known color: Celery. HEX triplet: C0, C3 and 4A. RGB value is (192,195,74). Sum of RGB (Red+Green+Blue) = 192+195+74=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 74 (29.30% from 255 or 16.05% from 461); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C34A is #3F3CB5. Grayscale: #B4B4B4. Windows color (decimal): -4144310 or 4899776. OLE color: 4899776.
HSL color Cylindrical-coordinate representation of color #C0C34A: hue angle of 61.49º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0C34A is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 195 | 74 | - |
| CMYK | 0.02 | 0 | 0.62 | 0.24 |
| HSL | 61.49º | 0.5% | 0.53% | - |
| HSV(B) | 61.49º | 0.62% | 0.76% | - |
| XYZ | 42.49 | 50.73 | 14.03 | - |
| YUV | 180.31 | 68.01 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 195 | 74 | 0.02 | 0 | 0.62 | 0.24 | 61.49 | 0.5 | 0.53 |
| Hex | C0 | C3 | 4A | 2 | 0 | 3E | 18 | 3D | 32 | 35 |
| Octal | 300 | 303 | 112 | 2 | 0 | 76 | 30 | 75 | 62 | 65 |
| Binary | 11000000 | 11000011 | 1001010 | 10 | 0 | 111110 | 11000 | 111101 | 110010 | 110101 |
Color Harmonies of #C0C34A
Complementary color
Monochromatic Colors of #C0C34A
Black with #C0C34A
Text Example
Text Example
White with #C0C34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C34A; }
p { color: rgb(192,195,74); }
H1.HeaderClassName
{
color: #C0C34A;
}
.AnyTagClassName
{
color: #C0C34A;
}
</style>
background-color css
<style>
a { background-color: #C0C34A; }
a { background-color: rgb(192,195,74); }
div.DivClassName
{
background-color: #C0C34A;
}
.BgClassName
{
background-color: #C0C34A;
}
</style>
border-color css
<style>
span { border-color: #C0C34A; }
span { border-color: rgb(192,195,74); }
td.TdClassName
{
border-color: #C0C34A;
}
.TagClassName
{
border-color: #C0C34A;
}
</style>