Shades of Celery #C0BE40
Tints of Celery #C0BE40
RGB
CMYK
RGB Variations
Color information
#C0BE40 (or 0xC0BE40) is known color: Celery. HEX triplet: C0, BE and 40. RGB value is (192,190,64). Sum of RGB (Red+Green+Blue) = 192+190+64=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 64 (25.39% from 255 or 14.35% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BE40 is #3F41BF. Grayscale: #B0B0B0. Windows color (decimal): -4145600 or 4243136. OLE color: 4243136.
HSL color Cylindrical-coordinate representation of color #C0BE40: hue angle of 59.06º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0BE40 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 64 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.25 |
| HSL | 59.06º | 0.5% | 0.5% | - |
| HSV(B) | 59.06º | 0.67% | 0.75% | - |
| XYZ | 41.08 | 48.4 | 12.03 | - |
| YUV | 176.23 | 64.66 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 64 | 0 | 0.01 | 0.67 | 0.25 | 59.06 | 0.5 | 0.5 |
| Hex | C0 | BE | 40 | 0 | 1 | 43 | 19 | 3B | 32 | 32 |
| Octal | 300 | 276 | 100 | 0 | 1 | 103 | 31 | 73 | 62 | 62 |
| Binary | 11000000 | 10111110 | 1000000 | 0 | 1 | 1000011 | 11001 | 111011 | 110010 | 110010 |
Color Harmonies of #C0BE40
Complementary color
Monochromatic Colors of #C0BE40
Black with #C0BE40
Text Example
Text Example
White with #C0BE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE40; }
p { color: rgb(192,190,64); }
H1.HeaderClassName
{
color: #C0BE40;
}
.AnyTagClassName
{
color: #C0BE40;
}
</style>
background-color css
<style>
a { background-color: #C0BE40; }
a { background-color: rgb(192,190,64); }
div.DivClassName
{
background-color: #C0BE40;
}
.BgClassName
{
background-color: #C0BE40;
}
</style>
border-color css
<style>
span { border-color: #C0BE40; }
span { border-color: rgb(192,190,64); }
td.TdClassName
{
border-color: #C0BE40;
}
.TagClassName
{
border-color: #C0BE40;
}
</style>