Shades of Celery #BCC347
Tints of Celery #BCC347
RGB
CMYK
RGB Variations
Color information
#BCC347 (or 0xBCC347) is known color: Celery. HEX triplet: BC, C3 and 47. RGB value is (188,195,71). Sum of RGB (Red+Green+Blue) = 188+195+71=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 71 (28.12% from 255 or 15.64% from 454); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC347 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC347 is #433CB8. Grayscale: #B3B3B3. Windows color (decimal): -4406457 or 4703164. OLE color: 4703164.
HSL color Cylindrical-coordinate representation of color #BCC347: hue angle of 63.39º 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 #BCC347 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 195 | 71 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.24 |
| HSL | 63.39º | 0.51% | 0.52% | - |
| HSV(B) | 63.39º | 0.64% | 0.76% | - |
| XYZ | 41.39 | 50.18 | 13.46 | - |
| YUV | 178.77 | 67.18 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 71 | 0.04 | 0 | 0.64 | 0.24 | 63.39 | 0.51 | 0.52 |
| Hex | BC | C3 | 47 | 4 | 0 | 40 | 18 | 3F | 33 | 34 |
| Octal | 274 | 303 | 107 | 4 | 0 | 100 | 30 | 77 | 63 | 64 |
| Binary | 10111100 | 11000011 | 1000111 | 100 | 0 | 1000000 | 11000 | 111111 | 110011 | 110100 |
Color Harmonies of #BCC347
Complementary color
Monochromatic Colors of #BCC347
Black with #BCC347
Text Example
Text Example
White with #BCC347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC347; }
p { color: rgb(188,195,71); }
H1.HeaderClassName
{
color: #BCC347;
}
.AnyTagClassName
{
color: #BCC347;
}
</style>
background-color css
<style>
a { background-color: #BCC347; }
a { background-color: rgb(188,195,71); }
div.DivClassName
{
background-color: #BCC347;
}
.BgClassName
{
background-color: #BCC347;
}
</style>
border-color css
<style>
span { border-color: #BCC347; }
span { border-color: rgb(188,195,71); }
td.TdClassName
{
border-color: #BCC347;
}
.TagClassName
{
border-color: #BCC347;
}
</style>