Shades of Celery #BCC539
Tints of Celery #BCC539
RGB
CMYK
RGB Variations
Color information
#BCC539 (or 0xBCC539) is known color: Celery. HEX triplet: BC, C5 and 39. RGB value is (188,197,57). Sum of RGB (Red+Green+Blue) = 188+197+57=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 197 (77.34% from 255 or 44.57% from 442); Blue value is 57 (22.66% from 255 or 12.90% from 442); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC539 is #433AC6. Grayscale: #B2B2B2. Windows color (decimal): -4405959 or 3786172. OLE color: 3786172.
HSL color Cylindrical-coordinate representation of color #BCC539: hue angle of 63.86º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCC539 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 57 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.23 |
| HSL | 63.86º | 0.55% | 0.5% | - |
| HSV(B) | 63.86º | 0.71% | 0.77% | - |
| XYZ | 41.44 | 50.92 | 11.51 | - |
| YUV | 178.35 | 59.52 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 57 | 0.05 | 0 | 0.71 | 0.23 | 63.86 | 0.55 | 0.5 |
| Hex | BC | C5 | 39 | 5 | 0 | 47 | 17 | 40 | 37 | 32 |
| Octal | 274 | 305 | 71 | 5 | 0 | 107 | 27 | 100 | 67 | 62 |
| Binary | 10111100 | 11000101 | 111001 | 101 | 0 | 1000111 | 10111 | 1000000 | 110111 | 110010 |
Color Harmonies of #BCC539
Complementary color
Monochromatic Colors of #BCC539
Black with #BCC539
Text Example
Text Example
White with #BCC539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC539; }
p { color: rgb(188,197,57); }
H1.HeaderClassName
{
color: #BCC539;
}
.AnyTagClassName
{
color: #BCC539;
}
</style>
background-color css
<style>
a { background-color: #BCC539; }
a { background-color: rgb(188,197,57); }
div.DivClassName
{
background-color: #BCC539;
}
.BgClassName
{
background-color: #BCC539;
}
</style>
border-color css
<style>
span { border-color: #BCC539; }
span { border-color: rgb(188,197,57); }
td.TdClassName
{
border-color: #BCC539;
}
.TagClassName
{
border-color: #BCC539;
}
</style>