Shades of Celery #BFC250
Tints of Celery #BFC250
RGB
CMYK
RGB Variations
Color information
#BFC250 (or 0xBFC250) is known color: Celery. HEX triplet: BF, C2 and 50. RGB value is (191,194,80). Sum of RGB (Red+Green+Blue) = 191+194+80=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC250 is #403DAF. Grayscale: #B4B4B4. Windows color (decimal): -4210096 or 5292735. OLE color: 5292735.
HSL color Cylindrical-coordinate representation of color #BFC250: hue angle of 61.58º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFC250 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 80 | - |
| CMYK | 0.02 | 0 | 0.59 | 0.24 |
| HSL | 61.58º | 0.48% | 0.54% | - |
| HSV(B) | 61.58º | 0.59% | 0.76% | - |
| XYZ | 42.23 | 50.24 | 15.06 | - |
| YUV | 180.11 | 71.51 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 80 | 0.02 | 0 | 0.59 | 0.24 | 61.58 | 0.48 | 0.54 |
| Hex | BF | C2 | 50 | 2 | 0 | 3B | 18 | 3E | 30 | 36 |
| Octal | 277 | 302 | 120 | 2 | 0 | 73 | 30 | 76 | 60 | 66 |
| Binary | 10111111 | 11000010 | 1010000 | 10 | 0 | 111011 | 11000 | 111110 | 110000 | 110110 |
Color Harmonies of #BFC250
Complementary color
Monochromatic Colors of #BFC250
Black with #BFC250
Text Example
Text Example
White with #BFC250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC250; }
p { color: rgb(191,194,80); }
H1.HeaderClassName
{
color: #BFC250;
}
.AnyTagClassName
{
color: #BFC250;
}
</style>
background-color css
<style>
a { background-color: #BFC250; }
a { background-color: rgb(191,194,80); }
div.DivClassName
{
background-color: #BFC250;
}
.BgClassName
{
background-color: #BFC250;
}
</style>
border-color css
<style>
span { border-color: #BFC250; }
span { border-color: rgb(191,194,80); }
td.TdClassName
{
border-color: #BFC250;
}
.TagClassName
{
border-color: #BFC250;
}
</style>