Shades of Celery #BCD14D
Tints of Celery #BCD14D
RGB
CMYK
RGB Variations
Color information
#BCD14D (or 0xBCD14D) is known color: Celery. HEX triplet: BC, D1 and 4D. RGB value is (188,209,77). Sum of RGB (Red+Green+Blue) = 188+209+77=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 209 (82.03% from 255 or 44.09% from 474); Blue value is 77 (30.47% from 255 or 16.24% from 474); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD14D is #432EB2. Grayscale: #BCBCBC. Windows color (decimal): -4402867 or 5099964. OLE color: 5099964.
HSL color Cylindrical-coordinate representation of color #BCD14D: hue angle of 69.55º degrees, saturation: 0.59, 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 #BCD14D is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 209 | 77 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.18 |
| HSL | 69.55º | 0.59% | 0.56% | - |
| HSV(B) | 69.55º | 0.63% | 0.82% | - |
| XYZ | 44.88 | 56.83 | 15.62 | - |
| YUV | 187.67 | 65.54 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 77 | 0.10 | 0 | 0.63 | 0.18 | 69.55 | 0.59 | 0.56 |
| Hex | BC | D1 | 4D | A | 0 | 3F | 12 | 46 | 3B | 38 |
| Octal | 274 | 321 | 115 | 12 | 0 | 77 | 22 | 106 | 73 | 70 |
| Binary | 10111100 | 11010001 | 1001101 | 1010 | 0 | 111111 | 10010 | 1000110 | 111011 | 111000 |
Color Harmonies of #BCD14D
Complementary color
Monochromatic Colors of #BCD14D
Black with #BCD14D
Text Example
Text Example
White with #BCD14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD14D; }
p { color: rgb(188,209,77); }
H1.HeaderClassName
{
color: #BCD14D;
}
.AnyTagClassName
{
color: #BCD14D;
}
</style>
background-color css
<style>
a { background-color: #BCD14D; }
a { background-color: rgb(188,209,77); }
div.DivClassName
{
background-color: #BCD14D;
}
.BgClassName
{
background-color: #BCD14D;
}
</style>
border-color css
<style>
span { border-color: #BCD14D; }
span { border-color: rgb(188,209,77); }
td.TdClassName
{
border-color: #BCD14D;
}
.TagClassName
{
border-color: #BCD14D;
}
</style>