Shades of Celery #C0BD51
Tints of Celery #C0BD51
RGB
CMYK
RGB Variations
Color information
#C0BD51 (or 0xC0BD51) is known color: Celery. HEX triplet: C0, BD and 51. RGB value is (192,189,81). Sum of RGB (Red+Green+Blue) = 192+189+81=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 81 (32.03% from 255 or 17.53% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BD51 is #3F42AE. Grayscale: #B2B2B2. Windows color (decimal): -4145839 or 5356992. OLE color: 5356992.
HSL color Cylindrical-coordinate representation of color #C0BD51: hue angle of 58.38º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0BD51 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 81 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.25 |
| HSL | 58.38º | 0.47% | 0.54% | - |
| HSV(B) | 58.38º | 0.58% | 0.75% | - |
| XYZ | 41.42 | 48.2 | 14.9 | - |
| YUV | 177.59 | 73.49 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 81 | 0 | 0.02 | 0.58 | 0.25 | 58.38 | 0.47 | 0.54 |
| Hex | C0 | BD | 51 | 0 | 2 | 3A | 19 | 3A | 2F | 36 |
| Octal | 300 | 275 | 121 | 0 | 2 | 72 | 31 | 72 | 57 | 66 |
| Binary | 11000000 | 10111101 | 1010001 | 0 | 10 | 111010 | 11001 | 111010 | 101111 | 110110 |
Color Harmonies of #C0BD51
Complementary color
Monochromatic Colors of #C0BD51
Black with #C0BD51
Text Example
Text Example
White with #C0BD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BD51; }
p { color: rgb(192,189,81); }
H1.HeaderClassName
{
color: #C0BD51;
}
.AnyTagClassName
{
color: #C0BD51;
}
</style>
background-color css
<style>
a { background-color: #C0BD51; }
a { background-color: rgb(192,189,81); }
div.DivClassName
{
background-color: #C0BD51;
}
.BgClassName
{
background-color: #C0BD51;
}
</style>
border-color css
<style>
span { border-color: #C0BD51; }
span { border-color: rgb(192,189,81); }
td.TdClassName
{
border-color: #C0BD51;
}
.TagClassName
{
border-color: #C0BD51;
}
</style>