Shades of Celery #BCC64C
Tints of Celery #BCC64C
RGB
CMYK
RGB Variations
Color information
#BCC64C (or 0xBCC64C) is known color: Celery. HEX triplet: BC, C6 and 4C. RGB value is (188,198,76). Sum of RGB (Red+Green+Blue) = 188+198+76=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 198 (77.73% from 255 or 42.86% from 462); Blue value is 76 (30.08% from 255 or 16.45% from 462); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC64C is #4339B3. Grayscale: #B5B5B5. Windows color (decimal): -4405684 or 5031612. OLE color: 5031612.
HSL color Cylindrical-coordinate representation of color #BCC64C: hue angle of 64.92º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCC64C is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 198 | 76 | - |
| CMYK | 0.05 | 0 | 0.62 | 0.22 |
| HSL | 64.92º | 0.52% | 0.54% | - |
| HSV(B) | 64.92º | 0.62% | 0.78% | - |
| XYZ | 42.24 | 51.6 | 14.57 | - |
| YUV | 181.1 | 68.69 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 76 | 0.05 | 0 | 0.62 | 0.22 | 64.92 | 0.52 | 0.54 |
| Hex | BC | C6 | 4C | 5 | 0 | 3E | 16 | 41 | 34 | 36 |
| Octal | 274 | 306 | 114 | 5 | 0 | 76 | 26 | 101 | 64 | 66 |
| Binary | 10111100 | 11000110 | 1001100 | 101 | 0 | 111110 | 10110 | 1000001 | 110100 | 110110 |
Color Harmonies of #BCC64C
Complementary color
Monochromatic Colors of #BCC64C
Black with #BCC64C
Text Example
Text Example
White with #BCC64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC64C; }
p { color: rgb(188,198,76); }
H1.HeaderClassName
{
color: #BCC64C;
}
.AnyTagClassName
{
color: #BCC64C;
}
</style>
background-color css
<style>
a { background-color: #BCC64C; }
a { background-color: rgb(188,198,76); }
div.DivClassName
{
background-color: #BCC64C;
}
.BgClassName
{
background-color: #BCC64C;
}
</style>
border-color css
<style>
span { border-color: #BCC64C; }
span { border-color: rgb(188,198,76); }
td.TdClassName
{
border-color: #BCC64C;
}
.TagClassName
{
border-color: #BCC64C;
}
</style>