Shades of Celery #BCBF54
Tints of Celery #BCBF54
RGB
CMYK
RGB Variations
Color information
#BCBF54 (or 0xBCBF54) is known color: Celery. HEX triplet: BC, BF and 54. RGB value is (188,191,84). Sum of RGB (Red+Green+Blue) = 188+191+84=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 84 (33.20% from 255 or 18.14% from 463); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBF54 is #4340AB. Grayscale: #B2B2B2. Windows color (decimal): -4407468 or 5554108. OLE color: 5554108.
HSL color Cylindrical-coordinate representation of color #BCBF54: hue angle of 61.68º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCBF54 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 191 | 84 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.25 |
| HSL | 61.68º | 0.46% | 0.54% | - |
| HSV(B) | 61.68º | 0.56% | 0.75% | - |
| XYZ | 40.97 | 48.59 | 15.61 | - |
| YUV | 177.91 | 75.01 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 84 | 0.02 | 0 | 0.56 | 0.25 | 61.68 | 0.46 | 0.54 |
| Hex | BC | BF | 54 | 2 | 0 | 38 | 19 | 3E | 2E | 36 |
| Octal | 274 | 277 | 124 | 2 | 0 | 70 | 31 | 76 | 56 | 66 |
| Binary | 10111100 | 10111111 | 1010100 | 10 | 0 | 111000 | 11001 | 111110 | 101110 | 110110 |
Color Harmonies of #BCBF54
Complementary color
Monochromatic Colors of #BCBF54
Black with #BCBF54
Text Example
Text Example
White with #BCBF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBF54; }
p { color: rgb(188,191,84); }
H1.HeaderClassName
{
color: #BCBF54;
}
.AnyTagClassName
{
color: #BCBF54;
}
</style>
background-color css
<style>
a { background-color: #BCBF54; }
a { background-color: rgb(188,191,84); }
div.DivClassName
{
background-color: #BCBF54;
}
.BgClassName
{
background-color: #BCBF54;
}
</style>
border-color css
<style>
span { border-color: #BCBF54; }
span { border-color: rgb(188,191,84); }
td.TdClassName
{
border-color: #BCBF54;
}
.TagClassName
{
border-color: #BCBF54;
}
</style>