Shades of Celery #BCBC42
Tints of Celery #BCBC42
RGB
CMYK
RGB Variations
Color information
#BCBC42 (or 0xBCBC42) is known color: Celery. HEX triplet: BC, BC and 42. RGB value is (188,188,66). Sum of RGB (Red+Green+Blue) = 188+188+66=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 66 (26.17% from 255 or 14.93% from 442); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBC42 is #4343BD. Grayscale: #AEAEAE. Windows color (decimal): -4408254 or 4373692. OLE color: 4373692.
HSL color Cylindrical-coordinate representation of color #BCBC42: hue angle of 60º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCBC42 is Cyan = 0, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 66 | - |
| CMYK | 0 | 0 | 0.65 | 0.26 |
| HSL | 60º | 0.48% | 0.5% | - |
| HSV(B) | 60º | 0.65% | 0.74% | - |
| XYZ | 39.71 | 47.05 | 12.14 | - |
| YUV | 174.09 | 67 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 66 | 0 | 0 | 0.65 | 0.26 | 60 | 0.48 | 0.5 |
| Hex | BC | BC | 42 | 0 | 0 | 41 | 1A | 3C | 30 | 32 |
| Octal | 274 | 274 | 102 | 0 | 0 | 101 | 32 | 74 | 60 | 62 |
| Binary | 10111100 | 10111100 | 1000010 | 0 | 0 | 1000001 | 11010 | 111100 | 110000 | 110010 |
Color Harmonies of #BCBC42
Complementary color
Monochromatic Colors of #BCBC42
Black with #BCBC42
Text Example
Text Example
White with #BCBC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC42; }
p { color: rgb(188,188,66); }
H1.HeaderClassName
{
color: #BCBC42;
}
.AnyTagClassName
{
color: #BCBC42;
}
</style>
background-color css
<style>
a { background-color: #BCBC42; }
a { background-color: rgb(188,188,66); }
div.DivClassName
{
background-color: #BCBC42;
}
.BgClassName
{
background-color: #BCBC42;
}
</style>
border-color css
<style>
span { border-color: #BCBC42; }
span { border-color: rgb(188,188,66); }
td.TdClassName
{
border-color: #BCBC42;
}
.TagClassName
{
border-color: #BCBC42;
}
</style>