Shades of Celery #BCC545
Tints of Celery #BCC545
RGB
CMYK
RGB Variations
Color information
#BCC545 (or 0xBCC545) is known color: Celery. HEX triplet: BC, C5 and 45. RGB value is (188,197,69). Sum of RGB (Red+Green+Blue) = 188+197+69=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 197 (77.34% from 255 or 43.39% from 454); Blue value is 69 (27.34% from 255 or 15.20% from 454); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC545 is #433ABA. Grayscale: #B4B4B4. Windows color (decimal): -4405947 or 4572604. OLE color: 4572604.
HSL color Cylindrical-coordinate representation of color #BCC545: hue angle of 64.22º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCC545 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 69 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.23 |
| HSL | 64.22º | 0.52% | 0.52% | - |
| HSV(B) | 64.22º | 0.65% | 0.77% | - |
| XYZ | 41.78 | 51.05 | 13.28 | - |
| YUV | 179.72 | 65.52 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 69 | 0.05 | 0 | 0.65 | 0.23 | 64.22 | 0.52 | 0.52 |
| Hex | BC | C5 | 45 | 5 | 0 | 41 | 17 | 40 | 34 | 34 |
| Octal | 274 | 305 | 105 | 5 | 0 | 101 | 27 | 100 | 64 | 64 |
| Binary | 10111100 | 11000101 | 1000101 | 101 | 0 | 1000001 | 10111 | 1000000 | 110100 | 110100 |
Color Harmonies of #BCC545
Complementary color
Monochromatic Colors of #BCC545
Black with #BCC545
Text Example
Text Example
White with #BCC545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC545; }
p { color: rgb(188,197,69); }
H1.HeaderClassName
{
color: #BCC545;
}
.AnyTagClassName
{
color: #BCC545;
}
</style>
background-color css
<style>
a { background-color: #BCC545; }
a { background-color: rgb(188,197,69); }
div.DivClassName
{
background-color: #BCC545;
}
.BgClassName
{
background-color: #BCC545;
}
</style>
border-color css
<style>
span { border-color: #BCC545; }
span { border-color: rgb(188,197,69); }
td.TdClassName
{
border-color: #BCC545;
}
.TagClassName
{
border-color: #BCC545;
}
</style>