Shades of Celery #BCC147
Tints of Celery #BCC147
RGB
CMYK
RGB Variations
Color information
#BCC147 (or 0xBCC147) is known color: Celery. HEX triplet: BC, C1 and 47. RGB value is (188,193,71). Sum of RGB (Red+Green+Blue) = 188+193+71=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 71 (28.12% from 255 or 15.71% from 452); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC147 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC147 is #433EB8. Grayscale: #B2B2B2. Windows color (decimal): -4406969 or 4702652. OLE color: 4702652.
HSL color Cylindrical-coordinate representation of color #BCC147: hue angle of 62.46º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCC147 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 193 | 71 | - |
| CMYK | 0.03 | 0 | 0.63 | 0.24 |
| HSL | 62.46º | 0.5% | 0.52% | - |
| HSV(B) | 62.46º | 0.63% | 0.76% | - |
| XYZ | 40.95 | 49.29 | 13.32 | - |
| YUV | 177.6 | 67.84 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 71 | 0.03 | 0 | 0.63 | 0.24 | 62.46 | 0.5 | 0.52 |
| Hex | BC | C1 | 47 | 3 | 0 | 3F | 18 | 3E | 32 | 34 |
| Octal | 274 | 301 | 107 | 3 | 0 | 77 | 30 | 76 | 62 | 64 |
| Binary | 10111100 | 11000001 | 1000111 | 11 | 0 | 111111 | 11000 | 111110 | 110010 | 110100 |
Color Harmonies of #BCC147
Complementary color
Monochromatic Colors of #BCC147
Black with #BCC147
Text Example
Text Example
White with #BCC147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC147; }
p { color: rgb(188,193,71); }
H1.HeaderClassName
{
color: #BCC147;
}
.AnyTagClassName
{
color: #BCC147;
}
</style>
background-color css
<style>
a { background-color: #BCC147; }
a { background-color: rgb(188,193,71); }
div.DivClassName
{
background-color: #BCC147;
}
.BgClassName
{
background-color: #BCC147;
}
</style>
border-color css
<style>
span { border-color: #BCC147; }
span { border-color: rgb(188,193,71); }
td.TdClassName
{
border-color: #BCC147;
}
.TagClassName
{
border-color: #BCC147;
}
</style>