Shades of Celery #BFBC51
Tints of Celery #BFBC51
RGB
CMYK
RGB Variations
Color information
#BFBC51 (or 0xBFBC51) is known color: Celery. HEX triplet: BF, BC and 51. RGB value is (191,188,81). Sum of RGB (Red+Green+Blue) = 191+188+81=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 81 (32.03% from 255 or 17.61% from 460); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBC51 is #4043AE. Grayscale: #B1B1B1. Windows color (decimal): -4211631 or 5356735. OLE color: 5356735.
HSL color Cylindrical-coordinate representation of color #BFBC51: hue angle of 58.36º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFBC51 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 188 | 81 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.25 |
| HSL | 58.36º | 0.46% | 0.53% | - |
| HSV(B) | 58.36º | 0.58% | 0.75% | - |
| XYZ | 40.95 | 47.64 | 14.82 | - |
| YUV | 176.7 | 73.99 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 81 | 0 | 0.02 | 0.58 | 0.25 | 58.36 | 0.46 | 0.53 |
| Hex | BF | BC | 51 | 0 | 2 | 3A | 19 | 3A | 2E | 35 |
| Octal | 277 | 274 | 121 | 0 | 2 | 72 | 31 | 72 | 56 | 65 |
| Binary | 10111111 | 10111100 | 1010001 | 0 | 10 | 111010 | 11001 | 111010 | 101110 | 110101 |
Color Harmonies of #BFBC51
Complementary color
Monochromatic Colors of #BFBC51
Black with #BFBC51
Text Example
Text Example
White with #BFBC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBC51; }
p { color: rgb(191,188,81); }
H1.HeaderClassName
{
color: #BFBC51;
}
.AnyTagClassName
{
color: #BFBC51;
}
</style>
background-color css
<style>
a { background-color: #BFBC51; }
a { background-color: rgb(191,188,81); }
div.DivClassName
{
background-color: #BFBC51;
}
.BgClassName
{
background-color: #BFBC51;
}
</style>
border-color css
<style>
span { border-color: #BFBC51; }
span { border-color: rgb(191,188,81); }
td.TdClassName
{
border-color: #BFBC51;
}
.TagClassName
{
border-color: #BFBC51;
}
</style>