Shades of Celery #C0BA48
Tints of Celery #C0BA48
RGB
CMYK
RGB Variations
Color information
#C0BA48 (or 0xC0BA48) is known color: Celery. HEX triplet: C0, BA and 48. RGB value is (192,186,72). Sum of RGB (Red+Green+Blue) = 192+186+72=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 72 (28.52% from 255 or 16% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BA48 is #3F45B7. Grayscale: #AFAFAF. Windows color (decimal): -4146616 or 4766400. OLE color: 4766400.
HSL color Cylindrical-coordinate representation of color #C0BA48: hue angle of 57º 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 #C0BA48 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 186 | 72 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.25 |
| HSL | 57º | 0.49% | 0.52% | - |
| HSV(B) | 57º | 0.63% | 0.75% | - |
| XYZ | 40.47 | 46.79 | 13.03 | - |
| YUV | 174.8 | 69.99 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 72 | 0 | 0.03 | 0.63 | 0.25 | 57 | 0.49 | 0.52 |
| Hex | C0 | BA | 48 | 0 | 3 | 3F | 19 | 39 | 31 | 34 |
| Octal | 300 | 272 | 110 | 0 | 3 | 77 | 31 | 71 | 61 | 64 |
| Binary | 11000000 | 10111010 | 1001000 | 0 | 11 | 111111 | 11001 | 111001 | 110001 | 110100 |
Color Harmonies of #C0BA48
Complementary color
Monochromatic Colors of #C0BA48
Black with #C0BA48
Text Example
Text Example
White with #C0BA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BA48; }
p { color: rgb(192,186,72); }
H1.HeaderClassName
{
color: #C0BA48;
}
.AnyTagClassName
{
color: #C0BA48;
}
</style>
background-color css
<style>
a { background-color: #C0BA48; }
a { background-color: rgb(192,186,72); }
div.DivClassName
{
background-color: #C0BA48;
}
.BgClassName
{
background-color: #C0BA48;
}
</style>
border-color css
<style>
span { border-color: #C0BA48; }
span { border-color: rgb(192,186,72); }
td.TdClassName
{
border-color: #C0BA48;
}
.TagClassName
{
border-color: #C0BA48;
}
</style>