Shades of Celery #BCCB4E
Tints of Celery #BCCB4E
RGB
CMYK
RGB Variations
Color information
#BCCB4E (or 0xBCCB4E) is known color: Celery. HEX triplet: BC, CB and 4E. RGB value is (188,203,78). Sum of RGB (Red+Green+Blue) = 188+203+78=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 78 (30.86% from 255 or 16.63% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCB4E is #4334B1. Grayscale: #B8B8B8. Windows color (decimal): -4404402 or 5163964. OLE color: 5163964.
HSL color Cylindrical-coordinate representation of color #BCCB4E: hue angle of 67.2º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCCB4E is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 78 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.20 |
| HSL | 67.2º | 0.55% | 0.55% | - |
| HSV(B) | 67.2º | 0.62% | 0.8% | - |
| XYZ | 43.47 | 53.95 | 15.33 | - |
| YUV | 184.27 | 68.03 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 78 | 0.07 | 0 | 0.62 | 0.20 | 67.2 | 0.55 | 0.55 |
| Hex | BC | CB | 4E | 7 | 0 | 3E | 14 | 43 | 37 | 37 |
| Octal | 274 | 313 | 116 | 7 | 0 | 76 | 24 | 103 | 67 | 67 |
| Binary | 10111100 | 11001011 | 1001110 | 111 | 0 | 111110 | 10100 | 1000011 | 110111 | 110111 |
Color Harmonies of #BCCB4E
Complementary color
Monochromatic Colors of #BCCB4E
Black with #BCCB4E
Text Example
Text Example
White with #BCCB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCB4E; }
p { color: rgb(188,203,78); }
H1.HeaderClassName
{
color: #BCCB4E;
}
.AnyTagClassName
{
color: #BCCB4E;
}
</style>
background-color css
<style>
a { background-color: #BCCB4E; }
a { background-color: rgb(188,203,78); }
div.DivClassName
{
background-color: #BCCB4E;
}
.BgClassName
{
background-color: #BCCB4E;
}
</style>
border-color css
<style>
span { border-color: #BCCB4E; }
span { border-color: rgb(188,203,78); }
td.TdClassName
{
border-color: #BCCB4E;
}
.TagClassName
{
border-color: #BCCB4E;
}
</style>