Shades of Celery #BCD045
Tints of Celery #BCD045
RGB
CMYK
RGB Variations
Color information
#BCD045 (or 0xBCD045) is known color: Celery. HEX triplet: BC, D0 and 45. RGB value is (188,208,69). Sum of RGB (Red+Green+Blue) = 188+208+69=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 69 (27.34% from 255 or 14.84% from 465); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD045 is #432FBA. Grayscale: #BABABA. Windows color (decimal): -4403131 or 4575420. OLE color: 4575420.
HSL color Cylindrical-coordinate representation of color #BCD045: hue angle of 68.63º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCD045 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 69 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.18 |
| HSL | 68.63º | 0.6% | 0.54% | - |
| HSV(B) | 68.63º | 0.67% | 0.82% | - |
| XYZ | 44.37 | 56.23 | 14.15 | - |
| YUV | 186.17 | 61.87 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 69 | 0.10 | 0 | 0.67 | 0.18 | 68.63 | 0.6 | 0.54 |
| Hex | BC | D0 | 45 | A | 0 | 43 | 12 | 45 | 3C | 36 |
| Octal | 274 | 320 | 105 | 12 | 0 | 103 | 22 | 105 | 74 | 66 |
| Binary | 10111100 | 11010000 | 1000101 | 1010 | 0 | 1000011 | 10010 | 1000101 | 111100 | 110110 |
Color Harmonies of #BCD045
Complementary color
Monochromatic Colors of #BCD045
Black with #BCD045
Text Example
Text Example
White with #BCD045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD045; }
p { color: rgb(188,208,69); }
H1.HeaderClassName
{
color: #BCD045;
}
.AnyTagClassName
{
color: #BCD045;
}
</style>
background-color css
<style>
a { background-color: #BCD045; }
a { background-color: rgb(188,208,69); }
div.DivClassName
{
background-color: #BCD045;
}
.BgClassName
{
background-color: #BCD045;
}
</style>
border-color css
<style>
span { border-color: #BCD045; }
span { border-color: rgb(188,208,69); }
td.TdClassName
{
border-color: #BCD045;
}
.TagClassName
{
border-color: #BCD045;
}
</style>