Shades of Celery #BCC94C
Tints of Celery #BCC94C
RGB
CMYK
RGB Variations
Color information
#BCC94C (or 0xBCC94C) is known color: Celery. HEX triplet: BC, C9 and 4C. RGB value is (188,201,76). Sum of RGB (Red+Green+Blue) = 188+201+76=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 76 (30.08% from 255 or 16.34% from 465); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC94C is #4336B3. Grayscale: #B7B7B7. Windows color (decimal): -4404916 or 5032380. OLE color: 5032380.
HSL color Cylindrical-coordinate representation of color #BCC94C: hue angle of 66.24º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCC94C is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 76 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.21 |
| HSL | 66.24º | 0.54% | 0.54% | - |
| HSV(B) | 66.24º | 0.62% | 0.79% | - |
| XYZ | 42.93 | 52.99 | 14.8 | - |
| YUV | 182.86 | 67.69 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 76 | 0.06 | 0 | 0.62 | 0.21 | 66.24 | 0.54 | 0.54 |
| Hex | BC | C9 | 4C | 6 | 0 | 3E | 15 | 42 | 36 | 36 |
| Octal | 274 | 311 | 114 | 6 | 0 | 76 | 25 | 102 | 66 | 66 |
| Binary | 10111100 | 11001001 | 1001100 | 110 | 0 | 111110 | 10101 | 1000010 | 110110 | 110110 |
Color Harmonies of #BCC94C
Complementary color
Monochromatic Colors of #BCC94C
Black with #BCC94C
Text Example
Text Example
White with #BCC94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC94C; }
p { color: rgb(188,201,76); }
H1.HeaderClassName
{
color: #BCC94C;
}
.AnyTagClassName
{
color: #BCC94C;
}
</style>
background-color css
<style>
a { background-color: #BCC94C; }
a { background-color: rgb(188,201,76); }
div.DivClassName
{
background-color: #BCC94C;
}
.BgClassName
{
background-color: #BCC94C;
}
</style>
border-color css
<style>
span { border-color: #BCC94C; }
span { border-color: rgb(188,201,76); }
td.TdClassName
{
border-color: #BCC94C;
}
.TagClassName
{
border-color: #BCC94C;
}
</style>