Shades of Celery #C0BA49
Tints of Celery #C0BA49
RGB
CMYK
RGB Variations
Color information
#C0BA49 (or 0xC0BA49) is known color: Celery. HEX triplet: C0, BA and 49. RGB value is (192,186,73). Sum of RGB (Red+Green+Blue) = 192+186+73=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 73 (28.91% from 255 or 16.19% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BA49 is #3F45B6. Grayscale: #AFAFAF. Windows color (decimal): -4146615 or 4831936. OLE color: 4831936.
HSL color Cylindrical-coordinate representation of color #C0BA49: hue angle of 56.97º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0BA49 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 186 | 73 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.25 |
| HSL | 56.97º | 0.49% | 0.52% | - |
| HSV(B) | 56.97º | 0.62% | 0.75% | - |
| XYZ | 40.5 | 46.81 | 13.2 | - |
| YUV | 174.91 | 70.49 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 73 | 0 | 0.03 | 0.62 | 0.25 | 56.97 | 0.49 | 0.52 |
| Hex | C0 | BA | 49 | 0 | 3 | 3E | 19 | 39 | 31 | 34 |
| Octal | 300 | 272 | 111 | 0 | 3 | 76 | 31 | 71 | 61 | 64 |
| Binary | 11000000 | 10111010 | 1001001 | 0 | 11 | 111110 | 11001 | 111001 | 110001 | 110100 |
Color Harmonies of #C0BA49
Complementary color
Monochromatic Colors of #C0BA49
Black with #C0BA49
Text Example
Text Example
White with #C0BA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BA49; }
p { color: rgb(192,186,73); }
H1.HeaderClassName
{
color: #C0BA49;
}
.AnyTagClassName
{
color: #C0BA49;
}
</style>
background-color css
<style>
a { background-color: #C0BA49; }
a { background-color: rgb(192,186,73); }
div.DivClassName
{
background-color: #C0BA49;
}
.BgClassName
{
background-color: #C0BA49;
}
</style>
border-color css
<style>
span { border-color: #C0BA49; }
span { border-color: rgb(192,186,73); }
td.TdClassName
{
border-color: #C0BA49;
}
.TagClassName
{
border-color: #C0BA49;
}
</style>