Shades of Celery #BCD146
Tints of Celery #BCD146
RGB
CMYK
RGB Variations
Color information
#BCD146 (or 0xBCD146) is known color: Celery. HEX triplet: BC, D1 and 46. RGB value is (188,209,70). Sum of RGB (Red+Green+Blue) = 188+209+70=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 209 (82.03% from 255 or 44.75% from 467); Blue value is 70 (27.73% from 255 or 14.99% from 467); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD146 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD146 is #432EB9. Grayscale: #BBBBBB. Windows color (decimal): -4402874 or 4641212. OLE color: 4641212.
HSL color Cylindrical-coordinate representation of color #BCD146: hue angle of 69.06º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCD146 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 209 | 70 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.18 |
| HSL | 69.06º | 0.6% | 0.55% | - |
| HSV(B) | 69.06º | 0.67% | 0.82% | - |
| XYZ | 44.64 | 56.73 | 14.39 | - |
| YUV | 186.88 | 62.04 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 70 | 0.10 | 0 | 0.67 | 0.18 | 69.06 | 0.6 | 0.55 |
| Hex | BC | D1 | 46 | A | 0 | 43 | 12 | 45 | 3C | 37 |
| Octal | 274 | 321 | 106 | 12 | 0 | 103 | 22 | 105 | 74 | 67 |
| Binary | 10111100 | 11010001 | 1000110 | 1010 | 0 | 1000011 | 10010 | 1000101 | 111100 | 110111 |
Color Harmonies of #BCD146
Complementary color
Monochromatic Colors of #BCD146
Black with #BCD146
Text Example
Text Example
White with #BCD146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD146; }
p { color: rgb(188,209,70); }
H1.HeaderClassName
{
color: #BCD146;
}
.AnyTagClassName
{
color: #BCD146;
}
</style>
background-color css
<style>
a { background-color: #BCD146; }
a { background-color: rgb(188,209,70); }
div.DivClassName
{
background-color: #BCD146;
}
.BgClassName
{
background-color: #BCD146;
}
</style>
border-color css
<style>
span { border-color: #BCD146; }
span { border-color: rgb(188,209,70); }
td.TdClassName
{
border-color: #BCD146;
}
.TagClassName
{
border-color: #BCD146;
}
</style>