Shades of Celery #C0BA4C
Tints of Celery #C0BA4C
RGB
CMYK
RGB Variations
Color information
#C0BA4C (or 0xC0BA4C) is known color: Celery. HEX triplet: C0, BA and 4C. RGB value is (192,186,76). Sum of RGB (Red+Green+Blue) = 192+186+76=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 76 (30.08% from 255 or 16.74% from 454); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BA4C is #3F45B3. Grayscale: #AFAFAF. Windows color (decimal): -4146612 or 5028544. OLE color: 5028544.
HSL color Cylindrical-coordinate representation of color #C0BA4C: hue angle of 56.9º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0BA4C is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 186 | 76 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.25 |
| HSL | 56.9º | 0.48% | 0.53% | - |
| HSV(B) | 56.9º | 0.6% | 0.75% | - |
| XYZ | 40.6 | 46.85 | 13.74 | - |
| YUV | 175.25 | 71.99 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 76 | 0 | 0.03 | 0.60 | 0.25 | 56.9 | 0.48 | 0.53 |
| Hex | C0 | BA | 4C | 0 | 3 | 3C | 19 | 39 | 30 | 35 |
| Octal | 300 | 272 | 114 | 0 | 3 | 74 | 31 | 71 | 60 | 65 |
| Binary | 11000000 | 10111010 | 1001100 | 0 | 11 | 111100 | 11001 | 111001 | 110000 | 110101 |
Color Harmonies of #C0BA4C
Complementary color
Monochromatic Colors of #C0BA4C
Black with #C0BA4C
Text Example
Text Example
White with #C0BA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BA4C; }
p { color: rgb(192,186,76); }
H1.HeaderClassName
{
color: #C0BA4C;
}
.AnyTagClassName
{
color: #C0BA4C;
}
</style>
background-color css
<style>
a { background-color: #C0BA4C; }
a { background-color: rgb(192,186,76); }
div.DivClassName
{
background-color: #C0BA4C;
}
.BgClassName
{
background-color: #C0BA4C;
}
</style>
border-color css
<style>
span { border-color: #C0BA4C; }
span { border-color: rgb(192,186,76); }
td.TdClassName
{
border-color: #C0BA4C;
}
.TagClassName
{
border-color: #C0BA4C;
}
</style>