Shades of Celery #BFBC41
Tints of Celery #BFBC41
RGB
CMYK
RGB Variations
Color information
#BFBC41 (or 0xBFBC41) is known color: Celery. HEX triplet: BF, BC and 41. RGB value is (191,188,65). Sum of RGB (Red+Green+Blue) = 191+188+65=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 65 (25.78% from 255 or 14.64% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBC41 is #4043BE. Grayscale: #AFAFAF. Windows color (decimal): -4211647 or 4308159. OLE color: 4308159.
HSL color Cylindrical-coordinate representation of color #BFBC41: hue angle of 58.57º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFBC41 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 188 | 65 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.25 |
| HSL | 58.57º | 0.5% | 0.5% | - |
| HSV(B) | 58.57º | 0.66% | 0.75% | - |
| XYZ | 40.42 | 47.42 | 12.02 | - |
| YUV | 174.88 | 65.99 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 65 | 0 | 0.02 | 0.66 | 0.25 | 58.57 | 0.5 | 0.5 |
| Hex | BF | BC | 41 | 0 | 2 | 42 | 19 | 3B | 32 | 32 |
| Octal | 277 | 274 | 101 | 0 | 2 | 102 | 31 | 73 | 62 | 62 |
| Binary | 10111111 | 10111100 | 1000001 | 0 | 10 | 1000010 | 11001 | 111011 | 110010 | 110010 |
Color Harmonies of #BFBC41
Complementary color
Monochromatic Colors of #BFBC41
Black with #BFBC41
Text Example
Text Example
White with #BFBC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBC41; }
p { color: rgb(191,188,65); }
H1.HeaderClassName
{
color: #BFBC41;
}
.AnyTagClassName
{
color: #BFBC41;
}
</style>
background-color css
<style>
a { background-color: #BFBC41; }
a { background-color: rgb(191,188,65); }
div.DivClassName
{
background-color: #BFBC41;
}
.BgClassName
{
background-color: #BFBC41;
}
</style>
border-color css
<style>
span { border-color: #BFBC41; }
span { border-color: rgb(191,188,65); }
td.TdClassName
{
border-color: #BFBC41;
}
.TagClassName
{
border-color: #BFBC41;
}
</style>