Shades of Celery #BCC036
Tints of Celery #BCC036
RGB
CMYK
RGB Variations
Color information
#BCC036 (or 0xBCC036) is known color: Celery. HEX triplet: BC, C0 and 36. RGB value is (188,192,54). Sum of RGB (Red+Green+Blue) = 188+192+54=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 54 (21.48% from 255 or 12.44% from 434); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC036 is #433FC9. Grayscale: #AFAFAF. Windows color (decimal): -4407242 or 3588284. OLE color: 3588284.
HSL color Cylindrical-coordinate representation of color #BCC036: hue angle of 61.74º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCC036 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 54 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.25 |
| HSL | 61.74º | 0.56% | 0.48% | - |
| HSV(B) | 61.74º | 0.72% | 0.75% | - |
| XYZ | 40.25 | 48.66 | 10.76 | - |
| YUV | 175.07 | 59.67 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 54 | 0.02 | 0 | 0.72 | 0.25 | 61.74 | 0.56 | 0.48 |
| Hex | BC | C0 | 36 | 2 | 0 | 48 | 19 | 3E | 38 | 30 |
| Octal | 274 | 300 | 66 | 2 | 0 | 110 | 31 | 76 | 70 | 60 |
| Binary | 10111100 | 11000000 | 110110 | 10 | 0 | 1001000 | 11001 | 111110 | 111000 | 110000 |
Color Harmonies of #BCC036
Complementary color
Monochromatic Colors of #BCC036
Black with #BCC036
Text Example
Text Example
White with #BCC036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC036; }
p { color: rgb(188,192,54); }
H1.HeaderClassName
{
color: #BCC036;
}
.AnyTagClassName
{
color: #BCC036;
}
</style>
background-color css
<style>
a { background-color: #BCC036; }
a { background-color: rgb(188,192,54); }
div.DivClassName
{
background-color: #BCC036;
}
.BgClassName
{
background-color: #BCC036;
}
</style>
border-color css
<style>
span { border-color: #BCC036; }
span { border-color: rgb(188,192,54); }
td.TdClassName
{
border-color: #BCC036;
}
.TagClassName
{
border-color: #BCC036;
}
</style>