Shades of Celery #C0BC42
Tints of Celery #C0BC42
RGB
CMYK
RGB Variations
Color information
#C0BC42 (or 0xC0BC42) is known color: Celery. HEX triplet: C0, BC and 42. RGB value is (192,188,66). Sum of RGB (Red+Green+Blue) = 192+188+66=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 66 (26.17% from 255 or 14.80% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BC42 is #3F43BD. Grayscale: #AFAFAF. Windows color (decimal): -4146110 or 4373696. OLE color: 4373696.
HSL color Cylindrical-coordinate representation of color #C0BC42: hue angle of 58.1º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0BC42 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 66 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.25 |
| HSL | 58.1º | 0.5% | 0.51% | - |
| HSV(B) | 58.1º | 0.66% | 0.75% | - |
| XYZ | 40.7 | 47.57 | 12.19 | - |
| YUV | 175.29 | 66.33 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 66 | 0 | 0.02 | 0.66 | 0.25 | 58.1 | 0.5 | 0.51 |
| Hex | C0 | BC | 42 | 0 | 2 | 42 | 19 | 3A | 32 | 33 |
| Octal | 300 | 274 | 102 | 0 | 2 | 102 | 31 | 72 | 62 | 63 |
| Binary | 11000000 | 10111100 | 1000010 | 0 | 10 | 1000010 | 11001 | 111010 | 110010 | 110011 |
Color Harmonies of #C0BC42
Complementary color
Monochromatic Colors of #C0BC42
Black with #C0BC42
Text Example
Text Example
White with #C0BC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BC42; }
p { color: rgb(192,188,66); }
H1.HeaderClassName
{
color: #C0BC42;
}
.AnyTagClassName
{
color: #C0BC42;
}
</style>
background-color css
<style>
a { background-color: #C0BC42; }
a { background-color: rgb(192,188,66); }
div.DivClassName
{
background-color: #C0BC42;
}
.BgClassName
{
background-color: #C0BC42;
}
</style>
border-color css
<style>
span { border-color: #C0BC42; }
span { border-color: rgb(192,188,66); }
td.TdClassName
{
border-color: #C0BC42;
}
.TagClassName
{
border-color: #C0BC42;
}
</style>