Shades of Celery #BCC044
Tints of Celery #BCC044
RGB
CMYK
RGB Variations
Color information
#BCC044 (or 0xBCC044) is known color: Celery. HEX triplet: BC, C0 and 44. RGB value is (188,192,68). Sum of RGB (Red+Green+Blue) = 188+192+68=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 68 (26.95% from 255 or 15.18% from 448); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC044 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC044 is #433FBB. Grayscale: #B1B1B1. Windows color (decimal): -4407228 or 4505788. OLE color: 4505788.
HSL color Cylindrical-coordinate representation of color #BCC044: hue angle of 61.94º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCC044 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 68 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.25 |
| HSL | 61.94º | 0.5% | 0.51% | - |
| HSV(B) | 61.94º | 0.65% | 0.75% | - |
| XYZ | 40.63 | 48.81 | 12.75 | - |
| YUV | 176.67 | 66.67 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 68 | 0.02 | 0 | 0.65 | 0.25 | 61.94 | 0.5 | 0.51 |
| Hex | BC | C0 | 44 | 2 | 0 | 41 | 19 | 3E | 32 | 33 |
| Octal | 274 | 300 | 104 | 2 | 0 | 101 | 31 | 76 | 62 | 63 |
| Binary | 10111100 | 11000000 | 1000100 | 10 | 0 | 1000001 | 11001 | 111110 | 110010 | 110011 |
Color Harmonies of #BCC044
Complementary color
Monochromatic Colors of #BCC044
Black with #BCC044
Text Example
Text Example
White with #BCC044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC044; }
p { color: rgb(188,192,68); }
H1.HeaderClassName
{
color: #BCC044;
}
.AnyTagClassName
{
color: #BCC044;
}
</style>
background-color css
<style>
a { background-color: #BCC044; }
a { background-color: rgb(188,192,68); }
div.DivClassName
{
background-color: #BCC044;
}
.BgClassName
{
background-color: #BCC044;
}
</style>
border-color css
<style>
span { border-color: #BCC044; }
span { border-color: rgb(188,192,68); }
td.TdClassName
{
border-color: #BCC044;
}
.TagClassName
{
border-color: #BCC044;
}
</style>