Shades of Celery #BCBC45
Tints of Celery #BCBC45
RGB
CMYK
RGB Variations
Color information
#BCBC45 (or 0xBCBC45) is known color: Celery. HEX triplet: BC, BC and 45. RGB value is (188,188,69). Sum of RGB (Red+Green+Blue) = 188+188+69=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 69 (27.34% from 255 or 15.51% from 445); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBC45 is #4343BA. Grayscale: #AEAEAE. Windows color (decimal): -4408251 or 4570300. OLE color: 4570300.
HSL color Cylindrical-coordinate representation of color #BCBC45: hue angle of 60º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCBC45 is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 69 | - |
| CMYK | 0 | 0 | 0.63 | 0.26 |
| HSL | 60º | 0.47% | 0.5% | - |
| HSV(B) | 60º | 0.63% | 0.74% | - |
| XYZ | 39.8 | 47.09 | 12.62 | - |
| YUV | 174.43 | 68.5 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 69 | 0 | 0 | 0.63 | 0.26 | 60 | 0.47 | 0.5 |
| Hex | BC | BC | 45 | 0 | 0 | 3F | 1A | 3C | 2F | 32 |
| Octal | 274 | 274 | 105 | 0 | 0 | 77 | 32 | 74 | 57 | 62 |
| Binary | 10111100 | 10111100 | 1000101 | 0 | 0 | 111111 | 11010 | 111100 | 101111 | 110010 |
Color Harmonies of #BCBC45
Complementary color
Monochromatic Colors of #BCBC45
Black with #BCBC45
Text Example
Text Example
White with #BCBC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC45; }
p { color: rgb(188,188,69); }
H1.HeaderClassName
{
color: #BCBC45;
}
.AnyTagClassName
{
color: #BCBC45;
}
</style>
background-color css
<style>
a { background-color: #BCBC45; }
a { background-color: rgb(188,188,69); }
div.DivClassName
{
background-color: #BCBC45;
}
.BgClassName
{
background-color: #BCBC45;
}
</style>
border-color css
<style>
span { border-color: #BCBC45; }
span { border-color: rgb(188,188,69); }
td.TdClassName
{
border-color: #BCBC45;
}
.TagClassName
{
border-color: #BCBC45;
}
</style>