Shades of Celery #C0BA46
Tints of Celery #C0BA46
RGB
CMYK
RGB Variations
Color information
#C0BA46 (or 0xC0BA46) is known color: Celery. HEX triplet: C0, BA and 46. RGB value is (192,186,70). Sum of RGB (Red+Green+Blue) = 192+186+70=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 70 (27.73% from 255 or 15.62% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BA46 is #3F45B9. Grayscale: #AFAFAF. Windows color (decimal): -4146618 or 4635328. OLE color: 4635328.
HSL color Cylindrical-coordinate representation of color #C0BA46: hue angle of 57.05º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0BA46 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 186 | 70 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.25 |
| HSL | 57.05º | 0.49% | 0.51% | - |
| HSV(B) | 57.05º | 0.64% | 0.75% | - |
| XYZ | 40.4 | 46.77 | 12.69 | - |
| YUV | 174.57 | 68.99 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 70 | 0 | 0.03 | 0.64 | 0.25 | 57.05 | 0.49 | 0.51 |
| Hex | C0 | BA | 46 | 0 | 3 | 40 | 19 | 39 | 31 | 33 |
| Octal | 300 | 272 | 106 | 0 | 3 | 100 | 31 | 71 | 61 | 63 |
| Binary | 11000000 | 10111010 | 1000110 | 0 | 11 | 1000000 | 11001 | 111001 | 110001 | 110011 |
Color Harmonies of #C0BA46
Complementary color
Monochromatic Colors of #C0BA46
Black with #C0BA46
Text Example
Text Example
White with #C0BA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BA46; }
p { color: rgb(192,186,70); }
H1.HeaderClassName
{
color: #C0BA46;
}
.AnyTagClassName
{
color: #C0BA46;
}
</style>
background-color css
<style>
a { background-color: #C0BA46; }
a { background-color: rgb(192,186,70); }
div.DivClassName
{
background-color: #C0BA46;
}
.BgClassName
{
background-color: #C0BA46;
}
</style>
border-color css
<style>
span { border-color: #C0BA46; }
span { border-color: rgb(192,186,70); }
td.TdClassName
{
border-color: #C0BA46;
}
.TagClassName
{
border-color: #C0BA46;
}
</style>