Shades of Celery #C0BD45
Tints of Celery #C0BD45
RGB
CMYK
RGB Variations
Color information
#C0BD45 (or 0xC0BD45) is known color: Celery. HEX triplet: C0, BD and 45. RGB value is (192,189,69). Sum of RGB (Red+Green+Blue) = 192+189+69=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 69 (27.34% from 255 or 15.33% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BD45 is #3F42BA. Grayscale: #B0B0B0. Windows color (decimal): -4145851 or 4570560. OLE color: 4570560.
HSL color Cylindrical-coordinate representation of color #C0BD45: hue angle of 58.54º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0BD45 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 69 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.25 |
| HSL | 58.54º | 0.49% | 0.51% | - |
| HSV(B) | 58.54º | 0.64% | 0.75% | - |
| XYZ | 41.01 | 48.03 | 12.74 | - |
| YUV | 176.22 | 67.49 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 69 | 0 | 0.02 | 0.64 | 0.25 | 58.54 | 0.49 | 0.51 |
| Hex | C0 | BD | 45 | 0 | 2 | 40 | 19 | 3B | 31 | 33 |
| Octal | 300 | 275 | 105 | 0 | 2 | 100 | 31 | 73 | 61 | 63 |
| Binary | 11000000 | 10111101 | 1000101 | 0 | 10 | 1000000 | 11001 | 111011 | 110001 | 110011 |
Color Harmonies of #C0BD45
Complementary color
Monochromatic Colors of #C0BD45
Black with #C0BD45
Text Example
Text Example
White with #C0BD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BD45; }
p { color: rgb(192,189,69); }
H1.HeaderClassName
{
color: #C0BD45;
}
.AnyTagClassName
{
color: #C0BD45;
}
</style>
background-color css
<style>
a { background-color: #C0BD45; }
a { background-color: rgb(192,189,69); }
div.DivClassName
{
background-color: #C0BD45;
}
.BgClassName
{
background-color: #C0BD45;
}
</style>
border-color css
<style>
span { border-color: #C0BD45; }
span { border-color: rgb(192,189,69); }
td.TdClassName
{
border-color: #C0BD45;
}
.TagClassName
{
border-color: #C0BD45;
}
</style>