Shades of Celery #BCCB50
Tints of Celery #BCCB50
RGB
CMYK
RGB Variations
Color information
#BCCB50 (or 0xBCCB50) is known color: Celery. HEX triplet: BC, CB and 50. RGB value is (188,203,80). Sum of RGB (Red+Green+Blue) = 188+203+80=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 80 (31.64% from 255 or 16.99% from 471); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCB50 is #4334AF. Grayscale: #B8B8B8. Windows color (decimal): -4404400 or 5295036. OLE color: 5295036.
HSL color Cylindrical-coordinate representation of color #BCCB50: hue angle of 67.32º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCCB50 is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 80 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.20 |
| HSL | 67.32º | 0.54% | 0.55% | - |
| HSV(B) | 67.32º | 0.61% | 0.8% | - |
| XYZ | 43.54 | 53.98 | 15.71 | - |
| YUV | 184.49 | 69.03 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 80 | 0.07 | 0 | 0.61 | 0.20 | 67.32 | 0.54 | 0.55 |
| Hex | BC | CB | 50 | 7 | 0 | 3D | 14 | 43 | 36 | 37 |
| Octal | 274 | 313 | 120 | 7 | 0 | 75 | 24 | 103 | 66 | 67 |
| Binary | 10111100 | 11001011 | 1010000 | 111 | 0 | 111101 | 10100 | 1000011 | 110110 | 110111 |
Color Harmonies of #BCCB50
Complementary color
Monochromatic Colors of #BCCB50
Black with #BCCB50
Text Example
Text Example
White with #BCCB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCB50; }
p { color: rgb(188,203,80); }
H1.HeaderClassName
{
color: #BCCB50;
}
.AnyTagClassName
{
color: #BCCB50;
}
</style>
background-color css
<style>
a { background-color: #BCCB50; }
a { background-color: rgb(188,203,80); }
div.DivClassName
{
background-color: #BCCB50;
}
.BgClassName
{
background-color: #BCCB50;
}
</style>
border-color css
<style>
span { border-color: #BCCB50; }
span { border-color: rgb(188,203,80); }
td.TdClassName
{
border-color: #BCCB50;
}
.TagClassName
{
border-color: #BCCB50;
}
</style>