Shades of Celery #BCD348
Tints of Celery #BCD348
RGB
CMYK
RGB Variations
Color information
#BCD348 (or 0xBCD348) is known color: Celery. HEX triplet: BC, D3 and 48. RGB value is (188,211,72). Sum of RGB (Red+Green+Blue) = 188+211+72=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 211 (82.81% from 255 or 44.80% from 471); Blue value is 72 (28.52% from 255 or 15.29% from 471); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD348 is #432CB7. Grayscale: #BCBCBC. Windows color (decimal): -4402360 or 4772796. OLE color: 4772796.
HSL color Cylindrical-coordinate representation of color #BCD348: hue angle of 69.93º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCD348 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 72 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.17 |
| HSL | 69.93º | 0.61% | 0.55% | - |
| HSV(B) | 69.93º | 0.66% | 0.83% | - |
| XYZ | 45.2 | 57.75 | 14.89 | - |
| YUV | 188.28 | 62.38 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 72 | 0.11 | 0 | 0.66 | 0.17 | 69.93 | 0.61 | 0.55 |
| Hex | BC | D3 | 48 | B | 0 | 42 | 11 | 46 | 3D | 37 |
| Octal | 274 | 323 | 110 | 13 | 0 | 102 | 21 | 106 | 75 | 67 |
| Binary | 10111100 | 11010011 | 1001000 | 1011 | 0 | 1000010 | 10001 | 1000110 | 111101 | 110111 |
Color Harmonies of #BCD348
Complementary color
Monochromatic Colors of #BCD348
Black with #BCD348
Text Example
Text Example
White with #BCD348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD348; }
p { color: rgb(188,211,72); }
H1.HeaderClassName
{
color: #BCD348;
}
.AnyTagClassName
{
color: #BCD348;
}
</style>
background-color css
<style>
a { background-color: #BCD348; }
a { background-color: rgb(188,211,72); }
div.DivClassName
{
background-color: #BCD348;
}
.BgClassName
{
background-color: #BCD348;
}
</style>
border-color css
<style>
span { border-color: #BCD348; }
span { border-color: rgb(188,211,72); }
td.TdClassName
{
border-color: #BCD348;
}
.TagClassName
{
border-color: #BCD348;
}
</style>