Shades of Celery #BCC53E
Tints of Celery #BCC53E
RGB
CMYK
RGB Variations
Color information
#BCC53E (or 0xBCC53E) is known color: Celery. HEX triplet: BC, C5 and 3E. RGB value is (188,197,62). Sum of RGB (Red+Green+Blue) = 188+197+62=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 197 (77.34% from 255 or 44.07% from 447); Blue value is 62 (24.61% from 255 or 13.87% from 447); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC53E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC53E is #433AC1. Grayscale: #B3B3B3. Windows color (decimal): -4405954 or 4113852. OLE color: 4113852.
HSL color Cylindrical-coordinate representation of color #BCC53E: hue angle of 64º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCC53E is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 62 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.23 |
| HSL | 64º | 0.54% | 0.51% | - |
| HSV(B) | 64º | 0.69% | 0.77% | - |
| XYZ | 41.57 | 50.97 | 12.2 | - |
| YUV | 178.92 | 62.02 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 62 | 0.05 | 0 | 0.69 | 0.23 | 64 | 0.54 | 0.51 |
| Hex | BC | C5 | 3E | 5 | 0 | 45 | 17 | 40 | 36 | 33 |
| Octal | 274 | 305 | 76 | 5 | 0 | 105 | 27 | 100 | 66 | 63 |
| Binary | 10111100 | 11000101 | 111110 | 101 | 0 | 1000101 | 10111 | 1000000 | 110110 | 110011 |
Color Harmonies of #BCC53E
Complementary color
Monochromatic Colors of #BCC53E
Black with #BCC53E
Text Example
Text Example
White with #BCC53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC53E; }
p { color: rgb(188,197,62); }
H1.HeaderClassName
{
color: #BCC53E;
}
.AnyTagClassName
{
color: #BCC53E;
}
</style>
background-color css
<style>
a { background-color: #BCC53E; }
a { background-color: rgb(188,197,62); }
div.DivClassName
{
background-color: #BCC53E;
}
.BgClassName
{
background-color: #BCC53E;
}
</style>
border-color css
<style>
span { border-color: #BCC53E; }
span { border-color: rgb(188,197,62); }
td.TdClassName
{
border-color: #BCC53E;
}
.TagClassName
{
border-color: #BCC53E;
}
</style>