Shades of Celery #BCCB41
Tints of Celery #BCCB41
RGB
CMYK
RGB Variations
Color information
#BCCB41 (or 0xBCCB41) is known color: Celery. HEX triplet: BC, CB and 41. RGB value is (188,203,65). Sum of RGB (Red+Green+Blue) = 188+203+65=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 65 (25.78% from 255 or 14.25% from 456); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCB41 is #4334BE. Grayscale: #B7B7B7. Windows color (decimal): -4404415 or 4311996. OLE color: 4311996.
HSL color Cylindrical-coordinate representation of color #BCCB41: hue angle of 66.52º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCCB41 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 65 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.20 |
| HSL | 66.52º | 0.57% | 0.53% | - |
| HSV(B) | 66.52º | 0.68% | 0.8% | - |
| XYZ | 43.05 | 53.78 | 13.11 | - |
| YUV | 182.78 | 61.53 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 65 | 0.07 | 0 | 0.68 | 0.20 | 66.52 | 0.57 | 0.53 |
| Hex | BC | CB | 41 | 7 | 0 | 44 | 14 | 43 | 39 | 35 |
| Octal | 274 | 313 | 101 | 7 | 0 | 104 | 24 | 103 | 71 | 65 |
| Binary | 10111100 | 11001011 | 1000001 | 111 | 0 | 1000100 | 10100 | 1000011 | 111001 | 110101 |
Color Harmonies of #BCCB41
Complementary color
Monochromatic Colors of #BCCB41
Black with #BCCB41
Text Example
Text Example
White with #BCCB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCB41; }
p { color: rgb(188,203,65); }
H1.HeaderClassName
{
color: #BCCB41;
}
.AnyTagClassName
{
color: #BCCB41;
}
</style>
background-color css
<style>
a { background-color: #BCCB41; }
a { background-color: rgb(188,203,65); }
div.DivClassName
{
background-color: #BCCB41;
}
.BgClassName
{
background-color: #BCCB41;
}
</style>
border-color css
<style>
span { border-color: #BCCB41; }
span { border-color: rgb(188,203,65); }
td.TdClassName
{
border-color: #BCCB41;
}
.TagClassName
{
border-color: #BCCB41;
}
</style>