Shades of Celery #BCC04B
Tints of Celery #BCC04B
RGB
CMYK
RGB Variations
Color information
#BCC04B (or 0xBCC04B) is known color: Celery. HEX triplet: BC, C0 and 4B. RGB value is (188,192,75). Sum of RGB (Red+Green+Blue) = 188+192+75=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 75 (29.69% from 255 or 16.48% from 455); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC04B is #433FB4. Grayscale: #B1B1B1. Windows color (decimal): -4407221 or 4964540. OLE color: 4964540.
HSL color Cylindrical-coordinate representation of color #BCC04B: hue angle of 62.05º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCC04B is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 75 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.25 |
| HSL | 62.05º | 0.48% | 0.52% | - |
| HSV(B) | 62.05º | 0.61% | 0.75% | - |
| XYZ | 40.86 | 48.9 | 13.94 | - |
| YUV | 177.47 | 70.17 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 75 | 0.02 | 0 | 0.61 | 0.25 | 62.05 | 0.48 | 0.52 |
| Hex | BC | C0 | 4B | 2 | 0 | 3D | 19 | 3E | 30 | 34 |
| Octal | 274 | 300 | 113 | 2 | 0 | 75 | 31 | 76 | 60 | 64 |
| Binary | 10111100 | 11000000 | 1001011 | 10 | 0 | 111101 | 11001 | 111110 | 110000 | 110100 |
Color Harmonies of #BCC04B
Complementary color
Monochromatic Colors of #BCC04B
Black with #BCC04B
Text Example
Text Example
White with #BCC04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC04B; }
p { color: rgb(188,192,75); }
H1.HeaderClassName
{
color: #BCC04B;
}
.AnyTagClassName
{
color: #BCC04B;
}
</style>
background-color css
<style>
a { background-color: #BCC04B; }
a { background-color: rgb(188,192,75); }
div.DivClassName
{
background-color: #BCC04B;
}
.BgClassName
{
background-color: #BCC04B;
}
</style>
border-color css
<style>
span { border-color: #BCC04B; }
span { border-color: rgb(188,192,75); }
td.TdClassName
{
border-color: #BCC04B;
}
.TagClassName
{
border-color: #BCC04B;
}
</style>