Shades of Celery #C0BE53
Tints of Celery #C0BE53
RGB
CMYK
RGB Variations
Color information
#C0BE53 (or 0xC0BE53) is known color: Celery. HEX triplet: C0, BE and 53. RGB value is (192,190,83). Sum of RGB (Red+Green+Blue) = 192+190+83=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 83 (32.81% from 255 or 17.85% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BE53 is #3F41AC. Grayscale: #B2B2B2. Windows color (decimal): -4145581 or 5488320. OLE color: 5488320.
HSL color Cylindrical-coordinate representation of color #C0BE53: hue angle of 58.9º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0BE53 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 83 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.25 |
| HSL | 58.9º | 0.46% | 0.54% | - |
| HSV(B) | 58.9º | 0.57% | 0.75% | - |
| XYZ | 41.71 | 48.66 | 15.38 | - |
| YUV | 178.4 | 74.16 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 83 | 0 | 0.01 | 0.57 | 0.25 | 58.9 | 0.46 | 0.54 |
| Hex | C0 | BE | 53 | 0 | 1 | 39 | 19 | 3B | 2E | 36 |
| Octal | 300 | 276 | 123 | 0 | 1 | 71 | 31 | 73 | 56 | 66 |
| Binary | 11000000 | 10111110 | 1010011 | 0 | 1 | 111001 | 11001 | 111011 | 101110 | 110110 |
Color Harmonies of #C0BE53
Complementary color
Monochromatic Colors of #C0BE53
Black with #C0BE53
Text Example
Text Example
White with #C0BE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE53; }
p { color: rgb(192,190,83); }
H1.HeaderClassName
{
color: #C0BE53;
}
.AnyTagClassName
{
color: #C0BE53;
}
</style>
background-color css
<style>
a { background-color: #C0BE53; }
a { background-color: rgb(192,190,83); }
div.DivClassName
{
background-color: #C0BE53;
}
.BgClassName
{
background-color: #C0BE53;
}
</style>
border-color css
<style>
span { border-color: #C0BE53; }
span { border-color: rgb(192,190,83); }
td.TdClassName
{
border-color: #C0BE53;
}
.TagClassName
{
border-color: #C0BE53;
}
</style>