Shades of Celery #BCC93D
Tints of Celery #BCC93D
RGB
CMYK
RGB Variations
Color information
#BCC93D (or 0xBCC93D) is known color: Celery. HEX triplet: BC, C9 and 3D. RGB value is (188,201,61). Sum of RGB (Red+Green+Blue) = 188+201+61=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 201 (78.91% from 255 or 44.67% from 450); Blue value is 61 (24.22% from 255 or 13.56% from 450); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC93D is #4336C2. Grayscale: #B5B5B5. Windows color (decimal): -4404931 or 4049340. OLE color: 4049340.
HSL color Cylindrical-coordinate representation of color #BCC93D: hue angle of 65.57º degrees, saturation: 0.56, 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 #BCC93D is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 61 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.21 |
| HSL | 65.57º | 0.56% | 0.51% | - |
| HSV(B) | 65.57º | 0.7% | 0.79% | - |
| XYZ | 42.47 | 52.8 | 12.37 | - |
| YUV | 181.15 | 60.19 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 61 | 0.06 | 0 | 0.70 | 0.21 | 65.57 | 0.56 | 0.51 |
| Hex | BC | C9 | 3D | 6 | 0 | 46 | 15 | 42 | 38 | 33 |
| Octal | 274 | 311 | 75 | 6 | 0 | 106 | 25 | 102 | 70 | 63 |
| Binary | 10111100 | 11001001 | 111101 | 110 | 0 | 1000110 | 10101 | 1000010 | 111000 | 110011 |
Color Harmonies of #BCC93D
Complementary color
Monochromatic Colors of #BCC93D
Black with #BCC93D
Text Example
Text Example
White with #BCC93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC93D; }
p { color: rgb(188,201,61); }
H1.HeaderClassName
{
color: #BCC93D;
}
.AnyTagClassName
{
color: #BCC93D;
}
</style>
background-color css
<style>
a { background-color: #BCC93D; }
a { background-color: rgb(188,201,61); }
div.DivClassName
{
background-color: #BCC93D;
}
.BgClassName
{
background-color: #BCC93D;
}
</style>
border-color css
<style>
span { border-color: #BCC93D; }
span { border-color: rgb(188,201,61); }
td.TdClassName
{
border-color: #BCC93D;
}
.TagClassName
{
border-color: #BCC93D;
}
</style>