Shades of Celery #C0BA44
Tints of Celery #C0BA44
RGB
CMYK
RGB Variations
Color information
#C0BA44 (or 0xC0BA44) is known color: Celery. HEX triplet: C0, BA and 44. RGB value is (192,186,68). Sum of RGB (Red+Green+Blue) = 192+186+68=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 68 (26.95% from 255 or 15.25% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BA44 is #3F45BB. Grayscale: #AEAEAE. Windows color (decimal): -4146620 or 4504256. OLE color: 4504256.
HSL color Cylindrical-coordinate representation of color #C0BA44: hue angle of 57.1º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0BA44 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 186 | 68 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.25 |
| HSL | 57.1º | 0.5% | 0.51% | - |
| HSV(B) | 57.1º | 0.65% | 0.75% | - |
| XYZ | 40.34 | 46.74 | 12.36 | - |
| YUV | 174.34 | 67.99 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 68 | 0 | 0.03 | 0.65 | 0.25 | 57.1 | 0.5 | 0.51 |
| Hex | C0 | BA | 44 | 0 | 3 | 41 | 19 | 39 | 32 | 33 |
| Octal | 300 | 272 | 104 | 0 | 3 | 101 | 31 | 71 | 62 | 63 |
| Binary | 11000000 | 10111010 | 1000100 | 0 | 11 | 1000001 | 11001 | 111001 | 110010 | 110011 |
Color Harmonies of #C0BA44
Complementary color
Monochromatic Colors of #C0BA44
Black with #C0BA44
Text Example
Text Example
White with #C0BA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BA44; }
p { color: rgb(192,186,68); }
H1.HeaderClassName
{
color: #C0BA44;
}
.AnyTagClassName
{
color: #C0BA44;
}
</style>
background-color css
<style>
a { background-color: #C0BA44; }
a { background-color: rgb(192,186,68); }
div.DivClassName
{
background-color: #C0BA44;
}
.BgClassName
{
background-color: #C0BA44;
}
</style>
border-color css
<style>
span { border-color: #C0BA44; }
span { border-color: rgb(192,186,68); }
td.TdClassName
{
border-color: #C0BA44;
}
.TagClassName
{
border-color: #C0BA44;
}
</style>