Shades of Celery #BCC43D
Tints of Celery #BCC43D
RGB
CMYK
RGB Variations
Color information
#BCC43D (or 0xBCC43D) is known color: Celery. HEX triplet: BC, C4 and 3D. RGB value is (188,196,61). Sum of RGB (Red+Green+Blue) = 188+196+61=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 196 (76.95% from 255 or 44.04% from 445); Blue value is 61 (24.22% from 255 or 13.71% from 445); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC43D is #433BC2. Grayscale: #B2B2B2. Windows color (decimal): -4406211 or 4048060. OLE color: 4048060.
HSL color Cylindrical-coordinate representation of color #BCC43D: hue angle of 63.56º degrees, saturation: 0.53, 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 #BCC43D is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 196 | 61 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.23 |
| HSL | 63.56º | 0.53% | 0.5% | - |
| HSV(B) | 63.56º | 0.69% | 0.77% | - |
| XYZ | 41.32 | 50.51 | 11.99 | - |
| YUV | 178.22 | 61.85 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 196 | 61 | 0.04 | 0 | 0.69 | 0.23 | 63.56 | 0.53 | 0.5 |
| Hex | BC | C4 | 3D | 4 | 0 | 45 | 17 | 40 | 35 | 32 |
| Octal | 274 | 304 | 75 | 4 | 0 | 105 | 27 | 100 | 65 | 62 |
| Binary | 10111100 | 11000100 | 111101 | 100 | 0 | 1000101 | 10111 | 1000000 | 110101 | 110010 |
Color Harmonies of #BCC43D
Complementary color
Monochromatic Colors of #BCC43D
Black with #BCC43D
Text Example
Text Example
White with #BCC43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC43D; }
p { color: rgb(188,196,61); }
H1.HeaderClassName
{
color: #BCC43D;
}
.AnyTagClassName
{
color: #BCC43D;
}
</style>
background-color css
<style>
a { background-color: #BCC43D; }
a { background-color: rgb(188,196,61); }
div.DivClassName
{
background-color: #BCC43D;
}
.BgClassName
{
background-color: #BCC43D;
}
</style>
border-color css
<style>
span { border-color: #BCC43D; }
span { border-color: rgb(188,196,61); }
td.TdClassName
{
border-color: #BCC43D;
}
.TagClassName
{
border-color: #BCC43D;
}
</style>