Shades of Celery #BCC23C
Tints of Celery #BCC23C
RGB
CMYK
RGB Variations
Color information
#BCC23C (or 0xBCC23C) is known color: Celery. HEX triplet: BC, C2 and 3C. RGB value is (188,194,60). Sum of RGB (Red+Green+Blue) = 188+194+60=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 60 (23.83% from 255 or 13.57% from 442); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC23C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC23C is #433DC3. Grayscale: #B1B1B1. Windows color (decimal): -4406724 or 3982012. OLE color: 3982012.
HSL color Cylindrical-coordinate representation of color #BCC23C: hue angle of 62.69º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCC23C is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 194 | 60 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.24 |
| HSL | 62.69º | 0.53% | 0.5% | - |
| HSV(B) | 62.69º | 0.69% | 0.76% | - |
| XYZ | 40.85 | 49.6 | 11.7 | - |
| YUV | 176.93 | 62.01 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 60 | 0.03 | 0 | 0.69 | 0.24 | 62.69 | 0.53 | 0.5 |
| Hex | BC | C2 | 3C | 3 | 0 | 45 | 18 | 3F | 35 | 32 |
| Octal | 274 | 302 | 74 | 3 | 0 | 105 | 30 | 77 | 65 | 62 |
| Binary | 10111100 | 11000010 | 111100 | 11 | 0 | 1000101 | 11000 | 111111 | 110101 | 110010 |
Color Harmonies of #BCC23C
Complementary color
Monochromatic Colors of #BCC23C
Black with #BCC23C
Text Example
Text Example
White with #BCC23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC23C; }
p { color: rgb(188,194,60); }
H1.HeaderClassName
{
color: #BCC23C;
}
.AnyTagClassName
{
color: #BCC23C;
}
</style>
background-color css
<style>
a { background-color: #BCC23C; }
a { background-color: rgb(188,194,60); }
div.DivClassName
{
background-color: #BCC23C;
}
.BgClassName
{
background-color: #BCC23C;
}
</style>
border-color css
<style>
span { border-color: #BCC23C; }
span { border-color: rgb(188,194,60); }
td.TdClassName
{
border-color: #BCC23C;
}
.TagClassName
{
border-color: #BCC23C;
}
</style>