Shades of Celery #BFBC4E
Tints of Celery #BFBC4E
RGB
CMYK
RGB Variations
Color information
#BFBC4E (or 0xBFBC4E) is known color: Celery. HEX triplet: BF, BC and 4E. RGB value is (191,188,78). Sum of RGB (Red+Green+Blue) = 191+188+78=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 78 (30.86% from 255 or 17.07% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBC4E is #4043B1. Grayscale: #B0B0B0. Windows color (decimal): -4211634 or 5160127. OLE color: 5160127.
HSL color Cylindrical-coordinate representation of color #BFBC4E: hue angle of 58.41º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFBC4E is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 188 | 78 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.25 |
| HSL | 58.41º | 0.47% | 0.53% | - |
| HSV(B) | 58.41º | 0.59% | 0.75% | - |
| XYZ | 40.84 | 47.59 | 14.24 | - |
| YUV | 176.36 | 72.49 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 78 | 0 | 0.02 | 0.59 | 0.25 | 58.41 | 0.47 | 0.53 |
| Hex | BF | BC | 4E | 0 | 2 | 3B | 19 | 3A | 2F | 35 |
| Octal | 277 | 274 | 116 | 0 | 2 | 73 | 31 | 72 | 57 | 65 |
| Binary | 10111111 | 10111100 | 1001110 | 0 | 10 | 111011 | 11001 | 111010 | 101111 | 110101 |
Color Harmonies of #BFBC4E
Complementary color
Monochromatic Colors of #BFBC4E
Black with #BFBC4E
Text Example
Text Example
White with #BFBC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBC4E; }
p { color: rgb(191,188,78); }
H1.HeaderClassName
{
color: #BFBC4E;
}
.AnyTagClassName
{
color: #BFBC4E;
}
</style>
background-color css
<style>
a { background-color: #BFBC4E; }
a { background-color: rgb(191,188,78); }
div.DivClassName
{
background-color: #BFBC4E;
}
.BgClassName
{
background-color: #BFBC4E;
}
</style>
border-color css
<style>
span { border-color: #BFBC4E; }
span { border-color: rgb(191,188,78); }
td.TdClassName
{
border-color: #BFBC4E;
}
.TagClassName
{
border-color: #BFBC4E;
}
</style>