Shades of Celery #BCC93C
Tints of Celery #BCC93C
RGB
CMYK
RGB Variations
Color information
#BCC93C (or 0xBCC93C) is known color: Celery. HEX triplet: BC, C9 and 3C. RGB value is (188,201,60). Sum of RGB (Red+Green+Blue) = 188+201+60=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 60 (23.83% from 255 or 13.36% from 449); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC93C is #4336C3. Grayscale: #B5B5B5. Windows color (decimal): -4404932 or 3983804. OLE color: 3983804.
HSL color Cylindrical-coordinate representation of color #BCC93C: hue angle of 65.53º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCC93C is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 60 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.21 |
| HSL | 65.53º | 0.57% | 0.51% | - |
| HSV(B) | 65.53º | 0.7% | 0.79% | - |
| XYZ | 42.44 | 52.79 | 12.23 | - |
| YUV | 181.04 | 59.69 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 60 | 0.06 | 0 | 0.70 | 0.21 | 65.53 | 0.57 | 0.51 |
| Hex | BC | C9 | 3C | 6 | 0 | 46 | 15 | 42 | 39 | 33 |
| Octal | 274 | 311 | 74 | 6 | 0 | 106 | 25 | 102 | 71 | 63 |
| Binary | 10111100 | 11001001 | 111100 | 110 | 0 | 1000110 | 10101 | 1000010 | 111001 | 110011 |
Color Harmonies of #BCC93C
Complementary color
Monochromatic Colors of #BCC93C
Black with #BCC93C
Text Example
Text Example
White with #BCC93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC93C; }
p { color: rgb(188,201,60); }
H1.HeaderClassName
{
color: #BCC93C;
}
.AnyTagClassName
{
color: #BCC93C;
}
</style>
background-color css
<style>
a { background-color: #BCC93C; }
a { background-color: rgb(188,201,60); }
div.DivClassName
{
background-color: #BCC93C;
}
.BgClassName
{
background-color: #BCC93C;
}
</style>
border-color css
<style>
span { border-color: #BCC93C; }
span { border-color: rgb(188,201,60); }
td.TdClassName
{
border-color: #BCC93C;
}
.TagClassName
{
border-color: #BCC93C;
}
</style>