Shades of Celery #C2BC47
Tints of Celery #C2BC47
RGB
CMYK
RGB Variations
Color information
#C2BC47 (or 0xC2BC47) is known color: Celery. HEX triplet: C2, BC and 47. RGB value is (194,188,71). Sum of RGB (Red+Green+Blue) = 194+188+71=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 71 (28.12% from 255 or 15.67% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BC47 is #3D43B8. Grayscale: #B0B0B0. Windows color (decimal): -4015033 or 4701378. OLE color: 4701378.
HSL color Cylindrical-coordinate representation of color #C2BC47: hue angle of 57.07º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2BC47 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 71 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.24 |
| HSL | 57.07º | 0.5% | 0.52% | - |
| HSV(B) | 57.07º | 0.63% | 0.76% | - |
| XYZ | 41.37 | 47.89 | 13.02 | - |
| YUV | 176.46 | 68.49 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 71 | 0 | 0.03 | 0.63 | 0.24 | 57.07 | 0.5 | 0.52 |
| Hex | C2 | BC | 47 | 0 | 3 | 3F | 18 | 39 | 32 | 34 |
| Octal | 302 | 274 | 107 | 0 | 3 | 77 | 30 | 71 | 62 | 64 |
| Binary | 11000010 | 10111100 | 1000111 | 0 | 11 | 111111 | 11000 | 111001 | 110010 | 110100 |
Color Harmonies of #C2BC47
Complementary color
Monochromatic Colors of #C2BC47
Black with #C2BC47
Text Example
Text Example
White with #C2BC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BC47; }
p { color: rgb(194,188,71); }
H1.HeaderClassName
{
color: #C2BC47;
}
.AnyTagClassName
{
color: #C2BC47;
}
</style>
background-color css
<style>
a { background-color: #C2BC47; }
a { background-color: rgb(194,188,71); }
div.DivClassName
{
background-color: #C2BC47;
}
.BgClassName
{
background-color: #C2BC47;
}
</style>
border-color css
<style>
span { border-color: #C2BC47; }
span { border-color: rgb(194,188,71); }
td.TdClassName
{
border-color: #C2BC47;
}
.TagClassName
{
border-color: #C2BC47;
}
</style>