Shades of Celery #C0BD43
Tints of Celery #C0BD43
RGB
CMYK
RGB Variations
Color information
#C0BD43 (or 0xC0BD43) is known color: Celery. HEX triplet: C0, BD and 43. RGB value is (192,189,67). Sum of RGB (Red+Green+Blue) = 192+189+67=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 67 (26.56% from 255 or 14.96% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BD43 is #3F42BC. Grayscale: #B0B0B0. Windows color (decimal): -4145853 or 4439488. OLE color: 4439488.
HSL color Cylindrical-coordinate representation of color #C0BD43: hue angle of 58.56º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0BD43 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 67 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.25 |
| HSL | 58.56º | 0.5% | 0.51% | - |
| HSV(B) | 58.56º | 0.65% | 0.75% | - |
| XYZ | 40.95 | 48.01 | 12.42 | - |
| YUV | 175.99 | 66.49 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 67 | 0 | 0.02 | 0.65 | 0.25 | 58.56 | 0.5 | 0.51 |
| Hex | C0 | BD | 43 | 0 | 2 | 41 | 19 | 3B | 32 | 33 |
| Octal | 300 | 275 | 103 | 0 | 2 | 101 | 31 | 73 | 62 | 63 |
| Binary | 11000000 | 10111101 | 1000011 | 0 | 10 | 1000001 | 11001 | 111011 | 110010 | 110011 |
Color Harmonies of #C0BD43
Complementary color
Monochromatic Colors of #C0BD43
Black with #C0BD43
Text Example
Text Example
White with #C0BD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BD43; }
p { color: rgb(192,189,67); }
H1.HeaderClassName
{
color: #C0BD43;
}
.AnyTagClassName
{
color: #C0BD43;
}
</style>
background-color css
<style>
a { background-color: #C0BD43; }
a { background-color: rgb(192,189,67); }
div.DivClassName
{
background-color: #C0BD43;
}
.BgClassName
{
background-color: #C0BD43;
}
</style>
border-color css
<style>
span { border-color: #C0BD43; }
span { border-color: rgb(192,189,67); }
td.TdClassName
{
border-color: #C0BD43;
}
.TagClassName
{
border-color: #C0BD43;
}
</style>