Shades of Celery #BCBB3C
Tints of Celery #BCBB3C
RGB
CMYK
RGB Variations
Color information
#BCBB3C (or 0xBCBB3C) is known color: Celery. HEX triplet: BC, BB and 3C. RGB value is (188,187,60). Sum of RGB (Red+Green+Blue) = 188+187+60=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 60 (23.83% from 255 or 13.79% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBB3C is #4344C3. Grayscale: #ADADAD. Windows color (decimal): -4408516 or 3980220. OLE color: 3980220.
HSL color Cylindrical-coordinate representation of color #BCBB3C: hue angle of 59.53º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCBB3C is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 187 | 60 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.26 |
| HSL | 59.53º | 0.52% | 0.49% | - |
| HSV(B) | 59.53º | 0.68% | 0.74% | - |
| XYZ | 39.32 | 46.56 | 11.19 | - |
| YUV | 172.82 | 64.33 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 60 | 0 | 0.01 | 0.68 | 0.26 | 59.53 | 0.52 | 0.49 |
| Hex | BC | BB | 3C | 0 | 1 | 44 | 1A | 3C | 34 | 31 |
| Octal | 274 | 273 | 74 | 0 | 1 | 104 | 32 | 74 | 64 | 61 |
| Binary | 10111100 | 10111011 | 111100 | 0 | 1 | 1000100 | 11010 | 111100 | 110100 | 110001 |
Color Harmonies of #BCBB3C
Complementary color
Monochromatic Colors of #BCBB3C
Black with #BCBB3C
Text Example
Text Example
White with #BCBB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBB3C; }
p { color: rgb(188,187,60); }
H1.HeaderClassName
{
color: #BCBB3C;
}
.AnyTagClassName
{
color: #BCBB3C;
}
</style>
background-color css
<style>
a { background-color: #BCBB3C; }
a { background-color: rgb(188,187,60); }
div.DivClassName
{
background-color: #BCBB3C;
}
.BgClassName
{
background-color: #BCBB3C;
}
</style>
border-color css
<style>
span { border-color: #BCBB3C; }
span { border-color: rgb(188,187,60); }
td.TdClassName
{
border-color: #BCBB3C;
}
.TagClassName
{
border-color: #BCBB3C;
}
</style>