Shades of Celery #BCCB49
Tints of Celery #BCCB49
RGB
CMYK
RGB Variations
Color information
#BCCB49 (or 0xBCCB49) is known color: Celery. HEX triplet: BC, CB and 49. RGB value is (188,203,73). Sum of RGB (Red+Green+Blue) = 188+203+73=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 73 (28.91% from 255 or 15.73% from 464); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCB49 is #4334B6. Grayscale: #B8B8B8. Windows color (decimal): -4404407 or 4836284. OLE color: 4836284.
HSL color Cylindrical-coordinate representation of color #BCCB49: hue angle of 66.92º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCCB49 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 73 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.20 |
| HSL | 66.92º | 0.56% | 0.54% | - |
| HSV(B) | 66.92º | 0.64% | 0.8% | - |
| XYZ | 43.3 | 53.88 | 14.42 | - |
| YUV | 183.7 | 65.53 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 73 | 0.07 | 0 | 0.64 | 0.20 | 66.92 | 0.56 | 0.54 |
| Hex | BC | CB | 49 | 7 | 0 | 40 | 14 | 43 | 38 | 36 |
| Octal | 274 | 313 | 111 | 7 | 0 | 100 | 24 | 103 | 70 | 66 |
| Binary | 10111100 | 11001011 | 1001001 | 111 | 0 | 1000000 | 10100 | 1000011 | 111000 | 110110 |
Color Harmonies of #BCCB49
Complementary color
Monochromatic Colors of #BCCB49
Black with #BCCB49
Text Example
Text Example
White with #BCCB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCB49; }
p { color: rgb(188,203,73); }
H1.HeaderClassName
{
color: #BCCB49;
}
.AnyTagClassName
{
color: #BCCB49;
}
</style>
background-color css
<style>
a { background-color: #BCCB49; }
a { background-color: rgb(188,203,73); }
div.DivClassName
{
background-color: #BCCB49;
}
.BgClassName
{
background-color: #BCCB49;
}
</style>
border-color css
<style>
span { border-color: #BCCB49; }
span { border-color: rgb(188,203,73); }
td.TdClassName
{
border-color: #BCCB49;
}
.TagClassName
{
border-color: #BCCB49;
}
</style>