Shades of Celery #C4BC4A
Tints of Celery #C4BC4A
RGB
CMYK
RGB Variations
Color information
#C4BC4A (or 0xC4BC4A) is known color: Celery. HEX triplet: C4, BC and 4A. RGB value is (196,188,74). Sum of RGB (Red+Green+Blue) = 196+188+74=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BC4A is #3B43B5. Grayscale: #B1B1B1. Windows color (decimal): -3883958 or 4897988. OLE color: 4897988.
HSL color Cylindrical-coordinate representation of color #C4BC4A: hue angle of 56.07º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4BC4A is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 188 | 74 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.23 |
| HSL | 56.07º | 0.51% | 0.53% | - |
| HSV(B) | 56.07º | 0.62% | 0.77% | - |
| XYZ | 41.98 | 48.2 | 13.57 | - |
| YUV | 177.4 | 69.65 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 188 | 74 | 0 | 0.04 | 0.62 | 0.23 | 56.07 | 0.51 | 0.53 |
| Hex | C4 | BC | 4A | 0 | 4 | 3E | 17 | 38 | 33 | 35 |
| Octal | 304 | 274 | 112 | 0 | 4 | 76 | 27 | 70 | 63 | 65 |
| Binary | 11000100 | 10111100 | 1001010 | 0 | 100 | 111110 | 10111 | 111000 | 110011 | 110101 |
Color Harmonies of #C4BC4A
Complementary color
Monochromatic Colors of #C4BC4A
Black with #C4BC4A
Text Example
Text Example
White with #C4BC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BC4A; }
p { color: rgb(196,188,74); }
H1.HeaderClassName
{
color: #C4BC4A;
}
.AnyTagClassName
{
color: #C4BC4A;
}
</style>
background-color css
<style>
a { background-color: #C4BC4A; }
a { background-color: rgb(196,188,74); }
div.DivClassName
{
background-color: #C4BC4A;
}
.BgClassName
{
background-color: #C4BC4A;
}
</style>
border-color css
<style>
span { border-color: #C4BC4A; }
span { border-color: rgb(196,188,74); }
td.TdClassName
{
border-color: #C4BC4A;
}
.TagClassName
{
border-color: #C4BC4A;
}
</style>