Shades of Celery #C0BC4F
Tints of Celery #C0BC4F
RGB
CMYK
RGB Variations
Color information
#C0BC4F (or 0xC0BC4F) is known color: Celery. HEX triplet: C0, BC and 4F. RGB value is (192,188,79). Sum of RGB (Red+Green+Blue) = 192+188+79=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 79 (31.25% from 255 or 17.21% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BC4F is #3F43B0. Grayscale: #B1B1B1. Windows color (decimal): -4146097 or 5225664. OLE color: 5225664.
HSL color Cylindrical-coordinate representation of color #C0BC4F: hue angle of 57.88º 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 #C0BC4F is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 79 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.25 |
| HSL | 57.88º | 0.47% | 0.53% | - |
| HSV(B) | 57.88º | 0.59% | 0.75% | - |
| XYZ | 41.13 | 47.74 | 14.44 | - |
| YUV | 176.77 | 72.83 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 79 | 0 | 0.02 | 0.59 | 0.25 | 57.88 | 0.47 | 0.53 |
| Hex | C0 | BC | 4F | 0 | 2 | 3B | 19 | 3A | 2F | 35 |
| Octal | 300 | 274 | 117 | 0 | 2 | 73 | 31 | 72 | 57 | 65 |
| Binary | 11000000 | 10111100 | 1001111 | 0 | 10 | 111011 | 11001 | 111010 | 101111 | 110101 |
Color Harmonies of #C0BC4F
Complementary color
Monochromatic Colors of #C0BC4F
Black with #C0BC4F
Text Example
Text Example
White with #C0BC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BC4F; }
p { color: rgb(192,188,79); }
H1.HeaderClassName
{
color: #C0BC4F;
}
.AnyTagClassName
{
color: #C0BC4F;
}
</style>
background-color css
<style>
a { background-color: #C0BC4F; }
a { background-color: rgb(192,188,79); }
div.DivClassName
{
background-color: #C0BC4F;
}
.BgClassName
{
background-color: #C0BC4F;
}
</style>
border-color css
<style>
span { border-color: #C0BC4F; }
span { border-color: rgb(192,188,79); }
td.TdClassName
{
border-color: #C0BC4F;
}
.TagClassName
{
border-color: #C0BC4F;
}
</style>