Shades of Celery #BCC73E
Tints of Celery #BCC73E
RGB
CMYK
RGB Variations
Color information
#BCC73E (or 0xBCC73E) is known color: Celery. HEX triplet: BC, C7 and 3E. RGB value is (188,199,62). Sum of RGB (Red+Green+Blue) = 188+199+62=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 199 (78.12% from 255 or 44.32% from 449); Blue value is 62 (24.61% from 255 or 13.81% from 449); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC73E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC73E is #4338C1. Grayscale: #B4B4B4. Windows color (decimal): -4405442 or 4114364. OLE color: 4114364.
HSL color Cylindrical-coordinate representation of color #BCC73E: hue angle of 64.82º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCC73E is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 199 | 62 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.22 |
| HSL | 64.82º | 0.55% | 0.51% | - |
| HSV(B) | 64.82º | 0.69% | 0.78% | - |
| XYZ | 42.03 | 51.89 | 12.36 | - |
| YUV | 180.09 | 61.36 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 62 | 0.06 | 0 | 0.69 | 0.22 | 64.82 | 0.55 | 0.51 |
| Hex | BC | C7 | 3E | 6 | 0 | 45 | 16 | 41 | 37 | 33 |
| Octal | 274 | 307 | 76 | 6 | 0 | 105 | 26 | 101 | 67 | 63 |
| Binary | 10111100 | 11000111 | 111110 | 110 | 0 | 1000101 | 10110 | 1000001 | 110111 | 110011 |
Color Harmonies of #BCC73E
Complementary color
Monochromatic Colors of #BCC73E
Black with #BCC73E
Text Example
Text Example
White with #BCC73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC73E; }
p { color: rgb(188,199,62); }
H1.HeaderClassName
{
color: #BCC73E;
}
.AnyTagClassName
{
color: #BCC73E;
}
</style>
background-color css
<style>
a { background-color: #BCC73E; }
a { background-color: rgb(188,199,62); }
div.DivClassName
{
background-color: #BCC73E;
}
.BgClassName
{
background-color: #BCC73E;
}
</style>
border-color css
<style>
span { border-color: #BCC73E; }
span { border-color: rgb(188,199,62); }
td.TdClassName
{
border-color: #BCC73E;
}
.TagClassName
{
border-color: #BCC73E;
}
</style>