Shades of Celery #C0BC4A
Tints of Celery #C0BC4A
RGB
CMYK
RGB Variations
Color information
#C0BC4A (or 0xC0BC4A) is known color: Celery. HEX triplet: C0, BC and 4A. RGB value is (192,188,74). Sum of RGB (Red+Green+Blue) = 192+188+74=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 74 (29.30% from 255 or 16.30% from 454); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BC4A is #3F43B5. Grayscale: #B0B0B0. Windows color (decimal): -4146102 or 4897984. OLE color: 4897984.
HSL color Cylindrical-coordinate representation of color #C0BC4A: hue angle of 57.97º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0BC4A is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 74 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.25 |
| HSL | 57.97º | 0.48% | 0.52% | - |
| HSV(B) | 57.97º | 0.61% | 0.75% | - |
| XYZ | 40.96 | 47.67 | 13.52 | - |
| YUV | 176.2 | 70.33 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 74 | 0 | 0.02 | 0.61 | 0.25 | 57.97 | 0.48 | 0.52 |
| Hex | C0 | BC | 4A | 0 | 2 | 3D | 19 | 3A | 30 | 34 |
| Octal | 300 | 274 | 112 | 0 | 2 | 75 | 31 | 72 | 60 | 64 |
| Binary | 11000000 | 10111100 | 1001010 | 0 | 10 | 111101 | 11001 | 111010 | 110000 | 110100 |
Color Harmonies of #C0BC4A
Complementary color
Monochromatic Colors of #C0BC4A
Black with #C0BC4A
Text Example
Text Example
White with #C0BC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BC4A; }
p { color: rgb(192,188,74); }
H1.HeaderClassName
{
color: #C0BC4A;
}
.AnyTagClassName
{
color: #C0BC4A;
}
</style>
background-color css
<style>
a { background-color: #C0BC4A; }
a { background-color: rgb(192,188,74); }
div.DivClassName
{
background-color: #C0BC4A;
}
.BgClassName
{
background-color: #C0BC4A;
}
</style>
border-color css
<style>
span { border-color: #C0BC4A; }
span { border-color: rgb(192,188,74); }
td.TdClassName
{
border-color: #C0BC4A;
}
.TagClassName
{
border-color: #C0BC4A;
}
</style>