Shades of Celery #BCD24B
Tints of Celery #BCD24B
RGB
CMYK
RGB Variations
Color information
#BCD24B (or 0xBCD24B) is known color: Celery. HEX triplet: BC, D2 and 4B. RGB value is (188,210,75). Sum of RGB (Red+Green+Blue) = 188+210+75=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 75 (29.69% from 255 or 15.86% from 473); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD24B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD24B is #432DB4. Grayscale: #BCBCBC. Windows color (decimal): -4402613 or 4969148. OLE color: 4969148.
HSL color Cylindrical-coordinate representation of color #BCD24B: hue angle of 69.78º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCD24B is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 75 | - |
| CMYK | 0.10 | 0 | 0.64 | 0.18 |
| HSL | 69.78º | 0.6% | 0.56% | - |
| HSV(B) | 69.78º | 0.64% | 0.82% | - |
| XYZ | 45.06 | 57.29 | 15.34 | - |
| YUV | 188.03 | 64.21 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 75 | 0.10 | 0 | 0.64 | 0.18 | 69.78 | 0.6 | 0.56 |
| Hex | BC | D2 | 4B | A | 0 | 40 | 12 | 46 | 3C | 38 |
| Octal | 274 | 322 | 113 | 12 | 0 | 100 | 22 | 106 | 74 | 70 |
| Binary | 10111100 | 11010010 | 1001011 | 1010 | 0 | 1000000 | 10010 | 1000110 | 111100 | 111000 |
Color Harmonies of #BCD24B
Complementary color
Monochromatic Colors of #BCD24B
Black with #BCD24B
Text Example
Text Example
White with #BCD24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD24B; }
p { color: rgb(188,210,75); }
H1.HeaderClassName
{
color: #BCD24B;
}
.AnyTagClassName
{
color: #BCD24B;
}
</style>
background-color css
<style>
a { background-color: #BCD24B; }
a { background-color: rgb(188,210,75); }
div.DivClassName
{
background-color: #BCD24B;
}
.BgClassName
{
background-color: #BCD24B;
}
</style>
border-color css
<style>
span { border-color: #BCD24B; }
span { border-color: rgb(188,210,75); }
td.TdClassName
{
border-color: #BCD24B;
}
.TagClassName
{
border-color: #BCD24B;
}
</style>