Shades of Celery #C0BE51
Tints of Celery #C0BE51
RGB
CMYK
RGB Variations
Color information
#C0BE51 (or 0xC0BE51) is known color: Celery. HEX triplet: C0, BE and 51. RGB value is (192,190,81). Sum of RGB (Red+Green+Blue) = 192+190+81=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 81 (32.03% from 255 or 17.49% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BE51 is #3F41AE. Grayscale: #B2B2B2. Windows color (decimal): -4145583 or 5357248. OLE color: 5357248.
HSL color Cylindrical-coordinate representation of color #C0BE51: hue angle of 58.92º 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 #C0BE51 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 81 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.25 |
| HSL | 58.92º | 0.47% | 0.54% | - |
| HSV(B) | 58.92º | 0.58% | 0.75% | - |
| XYZ | 41.64 | 48.63 | 14.98 | - |
| YUV | 178.17 | 73.16 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 81 | 0 | 0.01 | 0.58 | 0.25 | 58.92 | 0.47 | 0.54 |
| Hex | C0 | BE | 51 | 0 | 1 | 3A | 19 | 3B | 2F | 36 |
| Octal | 300 | 276 | 121 | 0 | 1 | 72 | 31 | 73 | 57 | 66 |
| Binary | 11000000 | 10111110 | 1010001 | 0 | 1 | 111010 | 11001 | 111011 | 101111 | 110110 |
Color Harmonies of #C0BE51
Complementary color
Monochromatic Colors of #C0BE51
Black with #C0BE51
Text Example
Text Example
White with #C0BE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE51; }
p { color: rgb(192,190,81); }
H1.HeaderClassName
{
color: #C0BE51;
}
.AnyTagClassName
{
color: #C0BE51;
}
</style>
background-color css
<style>
a { background-color: #C0BE51; }
a { background-color: rgb(192,190,81); }
div.DivClassName
{
background-color: #C0BE51;
}
.BgClassName
{
background-color: #C0BE51;
}
</style>
border-color css
<style>
span { border-color: #C0BE51; }
span { border-color: rgb(192,190,81); }
td.TdClassName
{
border-color: #C0BE51;
}
.TagClassName
{
border-color: #C0BE51;
}
</style>