Shades of Celery #C0C345
Tints of Celery #C0C345
RGB
CMYK
RGB Variations
Color information
#C0C345 (or 0xC0C345) is known color: Celery. HEX triplet: C0, C3 and 45. RGB value is (192,195,69). Sum of RGB (Red+Green+Blue) = 192+195+69=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 69 (27.34% from 255 or 15.13% from 456); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C345 is #3F3CBA. Grayscale: #B4B4B4. Windows color (decimal): -4144315 or 4572096. OLE color: 4572096.
HSL color Cylindrical-coordinate representation of color #C0C345: hue angle of 61.43º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0C345 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 195 | 69 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.24 |
| HSL | 61.43º | 0.51% | 0.52% | - |
| HSV(B) | 61.43º | 0.65% | 0.76% | - |
| XYZ | 42.33 | 50.67 | 13.18 | - |
| YUV | 179.74 | 65.51 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 195 | 69 | 0.02 | 0 | 0.65 | 0.24 | 61.43 | 0.51 | 0.52 |
| Hex | C0 | C3 | 45 | 2 | 0 | 41 | 18 | 3D | 33 | 34 |
| Octal | 300 | 303 | 105 | 2 | 0 | 101 | 30 | 75 | 63 | 64 |
| Binary | 11000000 | 11000011 | 1000101 | 10 | 0 | 1000001 | 11000 | 111101 | 110011 | 110100 |
Color Harmonies of #C0C345
Complementary color
Monochromatic Colors of #C0C345
Black with #C0C345
Text Example
Text Example
White with #C0C345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C345; }
p { color: rgb(192,195,69); }
H1.HeaderClassName
{
color: #C0C345;
}
.AnyTagClassName
{
color: #C0C345;
}
</style>
background-color css
<style>
a { background-color: #C0C345; }
a { background-color: rgb(192,195,69); }
div.DivClassName
{
background-color: #C0C345;
}
.BgClassName
{
background-color: #C0C345;
}
</style>
border-color css
<style>
span { border-color: #C0C345; }
span { border-color: rgb(192,195,69); }
td.TdClassName
{
border-color: #C0C345;
}
.TagClassName
{
border-color: #C0C345;
}
</style>