Shades of Celery #BCD04D
Tints of Celery #BCD04D
RGB
CMYK
RGB Variations
Color information
#BCD04D (or 0xBCD04D) is known color: Celery. HEX triplet: BC, D0 and 4D. RGB value is (188,208,77). Sum of RGB (Red+Green+Blue) = 188+208+77=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 208 (81.64% from 255 or 43.97% from 473); Blue value is 77 (30.47% from 255 or 16.28% from 473); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD04D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD04D is #432FB2. Grayscale: #BBBBBB. Windows color (decimal): -4403123 or 5099708. OLE color: 5099708.
HSL color Cylindrical-coordinate representation of color #BCD04D: hue angle of 69.16º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCD04D is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 77 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.18 |
| HSL | 69.16º | 0.58% | 0.56% | - |
| HSV(B) | 69.16º | 0.63% | 0.82% | - |
| XYZ | 44.63 | 56.34 | 15.54 | - |
| YUV | 187.09 | 65.87 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 77 | 0.10 | 0 | 0.63 | 0.18 | 69.16 | 0.58 | 0.56 |
| Hex | BC | D0 | 4D | A | 0 | 3F | 12 | 45 | 3A | 38 |
| Octal | 274 | 320 | 115 | 12 | 0 | 77 | 22 | 105 | 72 | 70 |
| Binary | 10111100 | 11010000 | 1001101 | 1010 | 0 | 111111 | 10010 | 1000101 | 111010 | 111000 |
Color Harmonies of #BCD04D
Complementary color
Monochromatic Colors of #BCD04D
Black with #BCD04D
Text Example
Text Example
White with #BCD04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD04D; }
p { color: rgb(188,208,77); }
H1.HeaderClassName
{
color: #BCD04D;
}
.AnyTagClassName
{
color: #BCD04D;
}
</style>
background-color css
<style>
a { background-color: #BCD04D; }
a { background-color: rgb(188,208,77); }
div.DivClassName
{
background-color: #BCD04D;
}
.BgClassName
{
background-color: #BCD04D;
}
</style>
border-color css
<style>
span { border-color: #BCD04D; }
span { border-color: rgb(188,208,77); }
td.TdClassName
{
border-color: #BCD04D;
}
.TagClassName
{
border-color: #BCD04D;
}
</style>