Shades of Celery #BCC645
Tints of Celery #BCC645
RGB
CMYK
RGB Variations
Color information
#BCC645 (or 0xBCC645) is known color: Celery. HEX triplet: BC, C6 and 45. RGB value is (188,198,69). Sum of RGB (Red+Green+Blue) = 188+198+69=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 198 (77.73% from 255 or 43.52% from 455); Blue value is 69 (27.34% from 255 or 15.16% from 455); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC645 is #4339BA. Grayscale: #B4B4B4. Windows color (decimal): -4405691 or 4572860. OLE color: 4572860.
HSL color Cylindrical-coordinate representation of color #BCC645: hue angle of 64.65º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCC645 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 198 | 69 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.22 |
| HSL | 64.65º | 0.53% | 0.52% | - |
| HSV(B) | 64.65º | 0.65% | 0.78% | - |
| XYZ | 42.01 | 51.51 | 13.36 | - |
| YUV | 180.3 | 65.19 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 69 | 0.05 | 0 | 0.65 | 0.22 | 64.65 | 0.53 | 0.52 |
| Hex | BC | C6 | 45 | 5 | 0 | 41 | 16 | 41 | 35 | 34 |
| Octal | 274 | 306 | 105 | 5 | 0 | 101 | 26 | 101 | 65 | 64 |
| Binary | 10111100 | 11000110 | 1000101 | 101 | 0 | 1000001 | 10110 | 1000001 | 110101 | 110100 |
Color Harmonies of #BCC645
Complementary color
Monochromatic Colors of #BCC645
Black with #BCC645
Text Example
Text Example
White with #BCC645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC645; }
p { color: rgb(188,198,69); }
H1.HeaderClassName
{
color: #BCC645;
}
.AnyTagClassName
{
color: #BCC645;
}
</style>
background-color css
<style>
a { background-color: #BCC645; }
a { background-color: rgb(188,198,69); }
div.DivClassName
{
background-color: #BCC645;
}
.BgClassName
{
background-color: #BCC645;
}
</style>
border-color css
<style>
span { border-color: #BCC645; }
span { border-color: rgb(188,198,69); }
td.TdClassName
{
border-color: #BCC645;
}
.TagClassName
{
border-color: #BCC645;
}
</style>