Shades of Celery #BCBE4D
Tints of Celery #BCBE4D
RGB
CMYK
RGB Variations
Color information
#BCBE4D (or 0xBCBE4D) is known color: Celery. HEX triplet: BC, BE and 4D. RGB value is (188,190,77). Sum of RGB (Red+Green+Blue) = 188+190+77=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 77 (30.47% from 255 or 16.92% from 455); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBE4D is #4341B2. Grayscale: #B0B0B0. Windows color (decimal): -4407731 or 5095100. OLE color: 5095100.
HSL color Cylindrical-coordinate representation of color #BCBE4D: hue angle of 61.06º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCBE4D is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 190 | 77 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.25 |
| HSL | 61.06º | 0.47% | 0.52% | - |
| HSV(B) | 61.06º | 0.59% | 0.75% | - |
| XYZ | 40.49 | 48.05 | 14.16 | - |
| YUV | 176.52 | 71.84 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 77 | 0.01 | 0 | 0.59 | 0.25 | 61.06 | 0.47 | 0.52 |
| Hex | BC | BE | 4D | 1 | 0 | 3B | 19 | 3D | 2F | 34 |
| Octal | 274 | 276 | 115 | 1 | 0 | 73 | 31 | 75 | 57 | 64 |
| Binary | 10111100 | 10111110 | 1001101 | 1 | 0 | 111011 | 11001 | 111101 | 101111 | 110100 |
Color Harmonies of #BCBE4D
Complementary color
Monochromatic Colors of #BCBE4D
Black with #BCBE4D
Text Example
Text Example
White with #BCBE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBE4D; }
p { color: rgb(188,190,77); }
H1.HeaderClassName
{
color: #BCBE4D;
}
.AnyTagClassName
{
color: #BCBE4D;
}
</style>
background-color css
<style>
a { background-color: #BCBE4D; }
a { background-color: rgb(188,190,77); }
div.DivClassName
{
background-color: #BCBE4D;
}
.BgClassName
{
background-color: #BCBE4D;
}
</style>
border-color css
<style>
span { border-color: #BCBE4D; }
span { border-color: rgb(188,190,77); }
td.TdClassName
{
border-color: #BCBE4D;
}
.TagClassName
{
border-color: #BCBE4D;
}
</style>