Shades of Celery #BCD24D
Tints of Celery #BCD24D
RGB
CMYK
RGB Variations
Color information
#BCD24D (or 0xBCD24D) is known color: Celery. HEX triplet: BC, D2 and 4D. RGB value is (188,210,77). Sum of RGB (Red+Green+Blue) = 188+210+77=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 77 (30.47% from 255 or 16.21% from 475); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD24D is #432DB2. Grayscale: #BCBCBC. Windows color (decimal): -4402611 or 5100220. OLE color: 5100220.
HSL color Cylindrical-coordinate representation of color #BCD24D: hue angle of 69.92º degrees, saturation: 0.6, 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 #BCD24D is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 77 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.18 |
| HSL | 69.92º | 0.6% | 0.56% | - |
| HSV(B) | 69.92º | 0.63% | 0.82% | - |
| XYZ | 45.13 | 57.32 | 15.71 | - |
| YUV | 188.26 | 65.21 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 77 | 0.10 | 0 | 0.63 | 0.18 | 69.92 | 0.6 | 0.56 |
| Hex | BC | D2 | 4D | A | 0 | 3F | 12 | 46 | 3C | 38 |
| Octal | 274 | 322 | 115 | 12 | 0 | 77 | 22 | 106 | 74 | 70 |
| Binary | 10111100 | 11010010 | 1001101 | 1010 | 0 | 111111 | 10010 | 1000110 | 111100 | 111000 |
Color Harmonies of #BCD24D
Complementary color
Monochromatic Colors of #BCD24D
Black with #BCD24D
Text Example
Text Example
White with #BCD24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD24D; }
p { color: rgb(188,210,77); }
H1.HeaderClassName
{
color: #BCD24D;
}
.AnyTagClassName
{
color: #BCD24D;
}
</style>
background-color css
<style>
a { background-color: #BCD24D; }
a { background-color: rgb(188,210,77); }
div.DivClassName
{
background-color: #BCD24D;
}
.BgClassName
{
background-color: #BCD24D;
}
</style>
border-color css
<style>
span { border-color: #BCD24D; }
span { border-color: rgb(188,210,77); }
td.TdClassName
{
border-color: #BCD24D;
}
.TagClassName
{
border-color: #BCD24D;
}
</style>