Shades of Celery #C0BE4E
Tints of Celery #C0BE4E
RGB
CMYK
RGB Variations
Color information
#C0BE4E (or 0xC0BE4E) is known color: Celery. HEX triplet: C0, BE and 4E. RGB value is (192,190,78). Sum of RGB (Red+Green+Blue) = 192+190+78=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 78 (30.86% from 255 or 16.96% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BE4E is #3F41B1. Grayscale: #B2B2B2. Windows color (decimal): -4145586 or 5160640. OLE color: 5160640.
HSL color Cylindrical-coordinate representation of color #C0BE4E: hue angle of 58.95º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0BE4E is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 78 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.25 |
| HSL | 58.95º | 0.48% | 0.53% | - |
| HSV(B) | 58.95º | 0.59% | 0.75% | - |
| XYZ | 41.53 | 48.58 | 14.4 | - |
| YUV | 177.83 | 71.66 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 78 | 0 | 0.01 | 0.59 | 0.25 | 58.95 | 0.48 | 0.53 |
| Hex | C0 | BE | 4E | 0 | 1 | 3B | 19 | 3B | 30 | 35 |
| Octal | 300 | 276 | 116 | 0 | 1 | 73 | 31 | 73 | 60 | 65 |
| Binary | 11000000 | 10111110 | 1001110 | 0 | 1 | 111011 | 11001 | 111011 | 110000 | 110101 |
Color Harmonies of #C0BE4E
Complementary color
Monochromatic Colors of #C0BE4E
Black with #C0BE4E
Text Example
Text Example
White with #C0BE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE4E; }
p { color: rgb(192,190,78); }
H1.HeaderClassName
{
color: #C0BE4E;
}
.AnyTagClassName
{
color: #C0BE4E;
}
</style>
background-color css
<style>
a { background-color: #C0BE4E; }
a { background-color: rgb(192,190,78); }
div.DivClassName
{
background-color: #C0BE4E;
}
.BgClassName
{
background-color: #C0BE4E;
}
</style>
border-color css
<style>
span { border-color: #C0BE4E; }
span { border-color: rgb(192,190,78); }
td.TdClassName
{
border-color: #C0BE4E;
}
.TagClassName
{
border-color: #C0BE4E;
}
</style>