Shades of Celery #BCCC47
Tints of Celery #BCCC47
RGB
CMYK
RGB Variations
Color information
#BCCC47 (or 0xBCCC47) is known color: Celery. HEX triplet: BC, CC and 47. RGB value is (188,204,71). Sum of RGB (Red+Green+Blue) = 188+204+71=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 71 (28.12% from 255 or 15.33% from 463); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCC47 is #4333B8. Grayscale: #B8B8B8. Windows color (decimal): -4404153 or 4705468. OLE color: 4705468.
HSL color Cylindrical-coordinate representation of color #BCCC47: hue angle of 67.22º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCCC47 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 71 | - |
| CMYK | 0.08 | 0 | 0.65 | 0.2 |
| HSL | 67.22º | 0.57% | 0.54% | - |
| HSV(B) | 67.22º | 0.65% | 0.8% | - |
| XYZ | 43.47 | 54.33 | 14.16 | - |
| YUV | 184.05 | 64.2 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 71 | 0.08 | 0 | 0.65 | 0.2 | 67.22 | 0.57 | 0.54 |
| Hex | BC | CC | 47 | 8 | 0 | 41 | 14 | 43 | 39 | 36 |
| Octal | 274 | 314 | 107 | 10 | 0 | 101 | 24 | 103 | 71 | 66 |
| Binary | 10111100 | 11001100 | 1000111 | 1000 | 0 | 1000001 | 10100 | 1000011 | 111001 | 110110 |
Color Harmonies of #BCCC47
Complementary color
Monochromatic Colors of #BCCC47
Black with #BCCC47
Text Example
Text Example
White with #BCCC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC47; }
p { color: rgb(188,204,71); }
H1.HeaderClassName
{
color: #BCCC47;
}
.AnyTagClassName
{
color: #BCCC47;
}
</style>
background-color css
<style>
a { background-color: #BCCC47; }
a { background-color: rgb(188,204,71); }
div.DivClassName
{
background-color: #BCCC47;
}
.BgClassName
{
background-color: #BCCC47;
}
</style>
border-color css
<style>
span { border-color: #BCCC47; }
span { border-color: rgb(188,204,71); }
td.TdClassName
{
border-color: #BCCC47;
}
.TagClassName
{
border-color: #BCCC47;
}
</style>