Shades of Celery #C2BC46
Tints of Celery #C2BC46
RGB
CMYK
RGB Variations
Color information
#C2BC46 (or 0xC2BC46) is known color: Celery. HEX triplet: C2, BC and 46. RGB value is (194,188,70). Sum of RGB (Red+Green+Blue) = 194+188+70=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 70 (27.73% from 255 or 15.49% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BC46 is #3D43B9. Grayscale: #B0B0B0. Windows color (decimal): -4015034 or 4635842. OLE color: 4635842.
HSL color Cylindrical-coordinate representation of color #C2BC46: hue angle of 57.1º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C2BC46 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 70 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.24 |
| HSL | 57.1º | 0.5% | 0.52% | - |
| HSV(B) | 57.1º | 0.64% | 0.76% | - |
| XYZ | 41.34 | 47.88 | 12.86 | - |
| YUV | 176.34 | 67.99 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 70 | 0 | 0.03 | 0.64 | 0.24 | 57.1 | 0.5 | 0.52 |
| Hex | C2 | BC | 46 | 0 | 3 | 40 | 18 | 39 | 32 | 34 |
| Octal | 302 | 274 | 106 | 0 | 3 | 100 | 30 | 71 | 62 | 64 |
| Binary | 11000010 | 10111100 | 1000110 | 0 | 11 | 1000000 | 11000 | 111001 | 110010 | 110100 |
Color Harmonies of #C2BC46
Complementary color
Monochromatic Colors of #C2BC46
Black with #C2BC46
Text Example
Text Example
White with #C2BC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BC46; }
p { color: rgb(194,188,70); }
H1.HeaderClassName
{
color: #C2BC46;
}
.AnyTagClassName
{
color: #C2BC46;
}
</style>
background-color css
<style>
a { background-color: #C2BC46; }
a { background-color: rgb(194,188,70); }
div.DivClassName
{
background-color: #C2BC46;
}
.BgClassName
{
background-color: #C2BC46;
}
</style>
border-color css
<style>
span { border-color: #C2BC46; }
span { border-color: rgb(194,188,70); }
td.TdClassName
{
border-color: #C2BC46;
}
.TagClassName
{
border-color: #C2BC46;
}
</style>