Shades of Celery #BCC43C
Tints of Celery #BCC43C
RGB
CMYK
RGB Variations
Color information
#BCC43C (or 0xBCC43C) is known color: Celery. HEX triplet: BC, C4 and 3C. RGB value is (188,196,60). Sum of RGB (Red+Green+Blue) = 188+196+60=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 196 (76.95% from 255 or 44.14% from 444); Blue value is 60 (23.83% from 255 or 13.51% from 444); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC43C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC43C is #433BC3. Grayscale: #B2B2B2. Windows color (decimal): -4406212 or 3982524. OLE color: 3982524.
HSL color Cylindrical-coordinate representation of color #BCC43C: hue angle of 63.53º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCC43C is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 196 | 60 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.23 |
| HSL | 63.53º | 0.54% | 0.5% | - |
| HSV(B) | 63.53º | 0.69% | 0.77% | - |
| XYZ | 41.29 | 50.5 | 11.85 | - |
| YUV | 178.1 | 61.35 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 196 | 60 | 0.04 | 0 | 0.69 | 0.23 | 63.53 | 0.54 | 0.5 |
| Hex | BC | C4 | 3C | 4 | 0 | 45 | 17 | 40 | 36 | 32 |
| Octal | 274 | 304 | 74 | 4 | 0 | 105 | 27 | 100 | 66 | 62 |
| Binary | 10111100 | 11000100 | 111100 | 100 | 0 | 1000101 | 10111 | 1000000 | 110110 | 110010 |
Color Harmonies of #BCC43C
Complementary color
Monochromatic Colors of #BCC43C
Black with #BCC43C
Text Example
Text Example
White with #BCC43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC43C; }
p { color: rgb(188,196,60); }
H1.HeaderClassName
{
color: #BCC43C;
}
.AnyTagClassName
{
color: #BCC43C;
}
</style>
background-color css
<style>
a { background-color: #BCC43C; }
a { background-color: rgb(188,196,60); }
div.DivClassName
{
background-color: #BCC43C;
}
.BgClassName
{
background-color: #BCC43C;
}
</style>
border-color css
<style>
span { border-color: #BCC43C; }
span { border-color: rgb(188,196,60); }
td.TdClassName
{
border-color: #BCC43C;
}
.TagClassName
{
border-color: #BCC43C;
}
</style>