Shades of Celery #C0C343
Tints of Celery #C0C343
RGB
CMYK
RGB Variations
Color information
#C0C343 (or 0xC0C343) is known color: Celery. HEX triplet: C0, C3 and 43. RGB value is (192,195,67). Sum of RGB (Red+Green+Blue) = 192+195+67=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 67 (26.56% from 255 or 14.76% from 454); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C343 is #3F3CBC. Grayscale: #B4B4B4. Windows color (decimal): -4144317 or 4441024. OLE color: 4441024.
HSL color Cylindrical-coordinate representation of color #C0C343: hue angle of 61.41º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0C343 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 195 | 67 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.24 |
| HSL | 61.41º | 0.52% | 0.51% | - |
| HSV(B) | 61.41º | 0.66% | 0.76% | - |
| XYZ | 42.27 | 50.64 | 12.86 | - |
| YUV | 179.51 | 64.51 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 195 | 67 | 0.02 | 0 | 0.66 | 0.24 | 61.41 | 0.52 | 0.51 |
| Hex | C0 | C3 | 43 | 2 | 0 | 42 | 18 | 3D | 34 | 33 |
| Octal | 300 | 303 | 103 | 2 | 0 | 102 | 30 | 75 | 64 | 63 |
| Binary | 11000000 | 11000011 | 1000011 | 10 | 0 | 1000010 | 11000 | 111101 | 110100 | 110011 |
Color Harmonies of #C0C343
Complementary color
Monochromatic Colors of #C0C343
Black with #C0C343
Text Example
Text Example
White with #C0C343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C343; }
p { color: rgb(192,195,67); }
H1.HeaderClassName
{
color: #C0C343;
}
.AnyTagClassName
{
color: #C0C343;
}
</style>
background-color css
<style>
a { background-color: #C0C343; }
a { background-color: rgb(192,195,67); }
div.DivClassName
{
background-color: #C0C343;
}
.BgClassName
{
background-color: #C0C343;
}
</style>
border-color css
<style>
span { border-color: #C0C343; }
span { border-color: rgb(192,195,67); }
td.TdClassName
{
border-color: #C0C343;
}
.TagClassName
{
border-color: #C0C343;
}
</style>