Shades of Celery #BCC245
Tints of Celery #BCC245
RGB
CMYK
RGB Variations
Color information
#BCC245 (or 0xBCC245) is known color: Celery. HEX triplet: BC, C2 and 45. RGB value is (188,194,69). Sum of RGB (Red+Green+Blue) = 188+194+69=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 194 (76.17% from 255 or 43.02% from 451); Blue value is 69 (27.34% from 255 or 15.30% from 451); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC245 is #433DBA. Grayscale: #B2B2B2. Windows color (decimal): -4406715 or 4571836. OLE color: 4571836.
HSL color Cylindrical-coordinate representation of color #BCC245: hue angle of 62.88º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCC245 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 194 | 69 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.24 |
| HSL | 62.88º | 0.51% | 0.52% | - |
| HSV(B) | 62.88º | 0.64% | 0.76% | - |
| XYZ | 41.11 | 49.7 | 13.06 | - |
| YUV | 177.96 | 66.51 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 69 | 0.03 | 0 | 0.64 | 0.24 | 62.88 | 0.51 | 0.52 |
| Hex | BC | C2 | 45 | 3 | 0 | 40 | 18 | 3F | 33 | 34 |
| Octal | 274 | 302 | 105 | 3 | 0 | 100 | 30 | 77 | 63 | 64 |
| Binary | 10111100 | 11000010 | 1000101 | 11 | 0 | 1000000 | 11000 | 111111 | 110011 | 110100 |
Color Harmonies of #BCC245
Complementary color
Monochromatic Colors of #BCC245
Black with #BCC245
Text Example
Text Example
White with #BCC245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC245; }
p { color: rgb(188,194,69); }
H1.HeaderClassName
{
color: #BCC245;
}
.AnyTagClassName
{
color: #BCC245;
}
</style>
background-color css
<style>
a { background-color: #BCC245; }
a { background-color: rgb(188,194,69); }
div.DivClassName
{
background-color: #BCC245;
}
.BgClassName
{
background-color: #BCC245;
}
</style>
border-color css
<style>
span { border-color: #BCC245; }
span { border-color: rgb(188,194,69); }
td.TdClassName
{
border-color: #BCC245;
}
.TagClassName
{
border-color: #BCC245;
}
</style>