Shades of Celery #C0BD50
Tints of Celery #C0BD50
RGB
CMYK
RGB Variations
Color information
#C0BD50 (or 0xC0BD50) is known color: Celery. HEX triplet: C0, BD and 50. RGB value is (192,189,80). Sum of RGB (Red+Green+Blue) = 192+189+80=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 80 (31.64% from 255 or 17.35% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BD50 is #3F42AF. Grayscale: #B1B1B1. Windows color (decimal): -4145840 or 5291456. OLE color: 5291456.
HSL color Cylindrical-coordinate representation of color #C0BD50: hue angle of 58.39º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0BD50 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 80 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.25 |
| HSL | 58.39º | 0.47% | 0.53% | - |
| HSV(B) | 58.39º | 0.58% | 0.75% | - |
| XYZ | 41.38 | 48.18 | 14.71 | - |
| YUV | 177.47 | 72.99 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 80 | 0 | 0.02 | 0.58 | 0.25 | 58.39 | 0.47 | 0.53 |
| Hex | C0 | BD | 50 | 0 | 2 | 3A | 19 | 3A | 2F | 35 |
| Octal | 300 | 275 | 120 | 0 | 2 | 72 | 31 | 72 | 57 | 65 |
| Binary | 11000000 | 10111101 | 1010000 | 0 | 10 | 111010 | 11001 | 111010 | 101111 | 110101 |
Color Harmonies of #C0BD50
Complementary color
Monochromatic Colors of #C0BD50
Black with #C0BD50
Text Example
Text Example
White with #C0BD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BD50; }
p { color: rgb(192,189,80); }
H1.HeaderClassName
{
color: #C0BD50;
}
.AnyTagClassName
{
color: #C0BD50;
}
</style>
background-color css
<style>
a { background-color: #C0BD50; }
a { background-color: rgb(192,189,80); }
div.DivClassName
{
background-color: #C0BD50;
}
.BgClassName
{
background-color: #C0BD50;
}
</style>
border-color css
<style>
span { border-color: #C0BD50; }
span { border-color: rgb(192,189,80); }
td.TdClassName
{
border-color: #C0BD50;
}
.TagClassName
{
border-color: #C0BD50;
}
</style>