Shades of Celery #BCC43B
Tints of Celery #BCC43B
RGB
CMYK
RGB Variations
Color information
#BCC43B (or 0xBCC43B) is known color: Celery. HEX triplet: BC, C4 and 3B. RGB value is (188,196,59). Sum of RGB (Red+Green+Blue) = 188+196+59=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 196 (76.95% from 255 or 44.24% from 443); Blue value is 59 (23.44% from 255 or 13.32% from 443); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC43B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC43B is #433BC4. Grayscale: #B2B2B2. Windows color (decimal): -4406213 or 3916988. OLE color: 3916988.
HSL color Cylindrical-coordinate representation of color #BCC43B: hue angle of 63.5º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCC43B is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 196 | 59 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.23 |
| HSL | 63.5º | 0.54% | 0.5% | - |
| HSV(B) | 63.5º | 0.7% | 0.77% | - |
| XYZ | 41.27 | 50.49 | 11.71 | - |
| YUV | 177.99 | 60.85 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 196 | 59 | 0.04 | 0 | 0.70 | 0.23 | 63.5 | 0.54 | 0.5 |
| Hex | BC | C4 | 3B | 4 | 0 | 46 | 17 | 40 | 36 | 32 |
| Octal | 274 | 304 | 73 | 4 | 0 | 106 | 27 | 100 | 66 | 62 |
| Binary | 10111100 | 11000100 | 111011 | 100 | 0 | 1000110 | 10111 | 1000000 | 110110 | 110010 |
Color Harmonies of #BCC43B
Complementary color
Monochromatic Colors of #BCC43B
Black with #BCC43B
Text Example
Text Example
White with #BCC43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC43B; }
p { color: rgb(188,196,59); }
H1.HeaderClassName
{
color: #BCC43B;
}
.AnyTagClassName
{
color: #BCC43B;
}
</style>
background-color css
<style>
a { background-color: #BCC43B; }
a { background-color: rgb(188,196,59); }
div.DivClassName
{
background-color: #BCC43B;
}
.BgClassName
{
background-color: #BCC43B;
}
</style>
border-color css
<style>
span { border-color: #BCC43B; }
span { border-color: rgb(188,196,59); }
td.TdClassName
{
border-color: #BCC43B;
}
.TagClassName
{
border-color: #BCC43B;
}
</style>