Shades of Celery #BCC73D
Tints of Celery #BCC73D
RGB
CMYK
RGB Variations
Color information
#BCC73D (or 0xBCC73D) is known color: Celery. HEX triplet: BC, C7 and 3D. RGB value is (188,199,61). Sum of RGB (Red+Green+Blue) = 188+199+61=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 199 (78.12% from 255 or 44.42% from 448); Blue value is 61 (24.22% from 255 or 13.62% from 448); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC73D is #4338C2. Grayscale: #B4B4B4. Windows color (decimal): -4405443 or 4048828. OLE color: 4048828.
HSL color Cylindrical-coordinate representation of color #BCC73D: hue angle of 64.78º 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 #BCC73D is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 199 | 61 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.22 |
| HSL | 64.78º | 0.55% | 0.51% | - |
| HSV(B) | 64.78º | 0.69% | 0.78% | - |
| XYZ | 42 | 51.88 | 12.21 | - |
| YUV | 179.98 | 60.86 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 61 | 0.06 | 0 | 0.69 | 0.22 | 64.78 | 0.55 | 0.51 |
| Hex | BC | C7 | 3D | 6 | 0 | 45 | 16 | 41 | 37 | 33 |
| Octal | 274 | 307 | 75 | 6 | 0 | 105 | 26 | 101 | 67 | 63 |
| Binary | 10111100 | 11000111 | 111101 | 110 | 0 | 1000101 | 10110 | 1000001 | 110111 | 110011 |
Color Harmonies of #BCC73D
Complementary color
Monochromatic Colors of #BCC73D
Black with #BCC73D
Text Example
Text Example
White with #BCC73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC73D; }
p { color: rgb(188,199,61); }
H1.HeaderClassName
{
color: #BCC73D;
}
.AnyTagClassName
{
color: #BCC73D;
}
</style>
background-color css
<style>
a { background-color: #BCC73D; }
a { background-color: rgb(188,199,61); }
div.DivClassName
{
background-color: #BCC73D;
}
.BgClassName
{
background-color: #BCC73D;
}
</style>
border-color css
<style>
span { border-color: #BCC73D; }
span { border-color: rgb(188,199,61); }
td.TdClassName
{
border-color: #BCC73D;
}
.TagClassName
{
border-color: #BCC73D;
}
</style>