Shades of Celery #C0BD4E
Tints of Celery #C0BD4E
RGB
CMYK
RGB Variations
Color information
#C0BD4E (or 0xC0BD4E) is known color: Celery. HEX triplet: C0, BD and 4E. RGB value is (192,189,78). Sum of RGB (Red+Green+Blue) = 192+189+78=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 78 (30.86% from 255 or 16.99% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BD4E is #3F42B1. Grayscale: #B1B1B1. Windows color (decimal): -4145842 or 5160384. OLE color: 5160384.
HSL color Cylindrical-coordinate representation of color #C0BD4E: hue angle of 58.42º 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 #C0BD4E is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 78 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.25 |
| HSL | 58.42º | 0.48% | 0.53% | - |
| HSV(B) | 58.42º | 0.59% | 0.75% | - |
| XYZ | 41.31 | 48.15 | 14.32 | - |
| YUV | 177.24 | 71.99 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 78 | 0 | 0.02 | 0.59 | 0.25 | 58.42 | 0.48 | 0.53 |
| Hex | C0 | BD | 4E | 0 | 2 | 3B | 19 | 3A | 30 | 35 |
| Octal | 300 | 275 | 116 | 0 | 2 | 73 | 31 | 72 | 60 | 65 |
| Binary | 11000000 | 10111101 | 1001110 | 0 | 10 | 111011 | 11001 | 111010 | 110000 | 110101 |
Color Harmonies of #C0BD4E
Complementary color
Monochromatic Colors of #C0BD4E
Black with #C0BD4E
Text Example
Text Example
White with #C0BD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BD4E; }
p { color: rgb(192,189,78); }
H1.HeaderClassName
{
color: #C0BD4E;
}
.AnyTagClassName
{
color: #C0BD4E;
}
</style>
background-color css
<style>
a { background-color: #C0BD4E; }
a { background-color: rgb(192,189,78); }
div.DivClassName
{
background-color: #C0BD4E;
}
.BgClassName
{
background-color: #C0BD4E;
}
</style>
border-color css
<style>
span { border-color: #C0BD4E; }
span { border-color: rgb(192,189,78); }
td.TdClassName
{
border-color: #C0BD4E;
}
.TagClassName
{
border-color: #C0BD4E;
}
</style>