Shades of Celery #C3BC49
Tints of Celery #C3BC49
RGB
CMYK
RGB Variations
Color information
#C3BC49 (or 0xC3BC49) is known color: Celery. HEX triplet: C3, BC and 49. RGB value is (195,188,73). Sum of RGB (Red+Green+Blue) = 195+188+73=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 73 (28.91% from 255 or 16.01% from 456); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BC49 is #3C43B6. Grayscale: #B1B1B1. Windows color (decimal): -3949495 or 4832451. OLE color: 4832451.
HSL color Cylindrical-coordinate representation of color #C3BC49: hue angle of 56.56º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3BC49 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 188 | 73 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.24 |
| HSL | 56.56º | 0.5% | 0.53% | - |
| HSV(B) | 56.56º | 0.63% | 0.76% | - |
| XYZ | 41.69 | 48.05 | 13.38 | - |
| YUV | 176.98 | 69.32 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 73 | 0 | 0.04 | 0.63 | 0.24 | 56.56 | 0.5 | 0.53 |
| Hex | C3 | BC | 49 | 0 | 4 | 3F | 18 | 39 | 32 | 35 |
| Octal | 303 | 274 | 111 | 0 | 4 | 77 | 30 | 71 | 62 | 65 |
| Binary | 11000011 | 10111100 | 1001001 | 0 | 100 | 111111 | 11000 | 111001 | 110010 | 110101 |
Color Harmonies of #C3BC49
Complementary color
Monochromatic Colors of #C3BC49
Black with #C3BC49
Text Example
Text Example
White with #C3BC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BC49; }
p { color: rgb(195,188,73); }
H1.HeaderClassName
{
color: #C3BC49;
}
.AnyTagClassName
{
color: #C3BC49;
}
</style>
background-color css
<style>
a { background-color: #C3BC49; }
a { background-color: rgb(195,188,73); }
div.DivClassName
{
background-color: #C3BC49;
}
.BgClassName
{
background-color: #C3BC49;
}
</style>
border-color css
<style>
span { border-color: #C3BC49; }
span { border-color: rgb(195,188,73); }
td.TdClassName
{
border-color: #C3BC49;
}
.TagClassName
{
border-color: #C3BC49;
}
</style>