Shades of Celery #BCBF4D
Tints of Celery #BCBF4D
RGB
CMYK
RGB Variations
Color information
#BCBF4D (or 0xBCBF4D) is known color: Celery. HEX triplet: BC, BF and 4D. RGB value is (188,191,77). Sum of RGB (Red+Green+Blue) = 188+191+77=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 77 (30.47% from 255 or 16.89% from 456); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBF4D is #4340B2. Grayscale: #B1B1B1. Windows color (decimal): -4407475 or 5095356. OLE color: 5095356.
HSL color Cylindrical-coordinate representation of color #BCBF4D: hue angle of 61.58º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCBF4D is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 191 | 77 | - |
| CMYK | 0.02 | 0 | 0.60 | 0.25 |
| HSL | 61.58º | 0.47% | 0.53% | - |
| HSV(B) | 61.58º | 0.6% | 0.75% | - |
| XYZ | 40.71 | 48.49 | 14.23 | - |
| YUV | 177.11 | 71.51 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 77 | 0.02 | 0 | 0.60 | 0.25 | 61.58 | 0.47 | 0.53 |
| Hex | BC | BF | 4D | 2 | 0 | 3C | 19 | 3E | 2F | 35 |
| Octal | 274 | 277 | 115 | 2 | 0 | 74 | 31 | 76 | 57 | 65 |
| Binary | 10111100 | 10111111 | 1001101 | 10 | 0 | 111100 | 11001 | 111110 | 101111 | 110101 |
Color Harmonies of #BCBF4D
Complementary color
Monochromatic Colors of #BCBF4D
Black with #BCBF4D
Text Example
Text Example
White with #BCBF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBF4D; }
p { color: rgb(188,191,77); }
H1.HeaderClassName
{
color: #BCBF4D;
}
.AnyTagClassName
{
color: #BCBF4D;
}
</style>
background-color css
<style>
a { background-color: #BCBF4D; }
a { background-color: rgb(188,191,77); }
div.DivClassName
{
background-color: #BCBF4D;
}
.BgClassName
{
background-color: #BCBF4D;
}
</style>
border-color css
<style>
span { border-color: #BCBF4D; }
span { border-color: rgb(188,191,77); }
td.TdClassName
{
border-color: #BCBF4D;
}
.TagClassName
{
border-color: #BCBF4D;
}
</style>