Shades of Celery #C0BE4D
Tints of Celery #C0BE4D
RGB
CMYK
RGB Variations
Color information
#C0BE4D (or 0xC0BE4D) is known color: Celery. HEX triplet: C0, BE and 4D. RGB value is (192,190,77). Sum of RGB (Red+Green+Blue) = 192+190+77=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 77 (30.47% from 255 or 16.78% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BE4D is #3F41B2. Grayscale: #B2B2B2. Windows color (decimal): -4145587 or 5095104. OLE color: 5095104.
HSL color Cylindrical-coordinate representation of color #C0BE4D: hue angle of 58.96º 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 #C0BE4D is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 77 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.25 |
| HSL | 58.96º | 0.48% | 0.53% | - |
| HSV(B) | 58.96º | 0.6% | 0.75% | - |
| XYZ | 41.49 | 48.57 | 14.21 | - |
| YUV | 177.72 | 71.16 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 77 | 0 | 0.01 | 0.60 | 0.25 | 58.96 | 0.48 | 0.53 |
| Hex | C0 | BE | 4D | 0 | 1 | 3C | 19 | 3B | 30 | 35 |
| Octal | 300 | 276 | 115 | 0 | 1 | 74 | 31 | 73 | 60 | 65 |
| Binary | 11000000 | 10111110 | 1001101 | 0 | 1 | 111100 | 11001 | 111011 | 110000 | 110101 |
Color Harmonies of #C0BE4D
Complementary color
Monochromatic Colors of #C0BE4D
Black with #C0BE4D
Text Example
Text Example
White with #C0BE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE4D; }
p { color: rgb(192,190,77); }
H1.HeaderClassName
{
color: #C0BE4D;
}
.AnyTagClassName
{
color: #C0BE4D;
}
</style>
background-color css
<style>
a { background-color: #C0BE4D; }
a { background-color: rgb(192,190,77); }
div.DivClassName
{
background-color: #C0BE4D;
}
.BgClassName
{
background-color: #C0BE4D;
}
</style>
border-color css
<style>
span { border-color: #C0BE4D; }
span { border-color: rgb(192,190,77); }
td.TdClassName
{
border-color: #C0BE4D;
}
.TagClassName
{
border-color: #C0BE4D;
}
</style>