Shades of Celery #C0BE4C
Tints of Celery #C0BE4C
RGB
CMYK
RGB Variations
Color information
#C0BE4C (or 0xC0BE4C) is known color: Celery. HEX triplet: C0, BE and 4C. RGB value is (192,190,76). Sum of RGB (Red+Green+Blue) = 192+190+76=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 76 (30.08% from 255 or 16.59% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BE4C is #3F41B3. Grayscale: #B2B2B2. Windows color (decimal): -4145588 or 5029568. OLE color: 5029568.
HSL color Cylindrical-coordinate representation of color #C0BE4C: hue angle of 58.97º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0BE4C is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 76 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.25 |
| HSL | 58.97º | 0.48% | 0.53% | - |
| HSV(B) | 58.97º | 0.6% | 0.75% | - |
| XYZ | 41.46 | 48.56 | 14.02 | - |
| YUV | 177.6 | 70.66 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 76 | 0 | 0.01 | 0.60 | 0.25 | 58.97 | 0.48 | 0.53 |
| Hex | C0 | BE | 4C | 0 | 1 | 3C | 19 | 3B | 30 | 35 |
| Octal | 300 | 276 | 114 | 0 | 1 | 74 | 31 | 73 | 60 | 65 |
| Binary | 11000000 | 10111110 | 1001100 | 0 | 1 | 111100 | 11001 | 111011 | 110000 | 110101 |
Color Harmonies of #C0BE4C
Complementary color
Monochromatic Colors of #C0BE4C
Black with #C0BE4C
Text Example
Text Example
White with #C0BE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE4C; }
p { color: rgb(192,190,76); }
H1.HeaderClassName
{
color: #C0BE4C;
}
.AnyTagClassName
{
color: #C0BE4C;
}
</style>
background-color css
<style>
a { background-color: #C0BE4C; }
a { background-color: rgb(192,190,76); }
div.DivClassName
{
background-color: #C0BE4C;
}
.BgClassName
{
background-color: #C0BE4C;
}
</style>
border-color css
<style>
span { border-color: #C0BE4C; }
span { border-color: rgb(192,190,76); }
td.TdClassName
{
border-color: #C0BE4C;
}
.TagClassName
{
border-color: #C0BE4C;
}
</style>