Shades of Celery #BFC251
Tints of Celery #BFC251
RGB
CMYK
RGB Variations
Color information
#BFC251 (or 0xBFC251) is known color: Celery. HEX triplet: BF, C2 and 51. RGB value is (191,194,81). Sum of RGB (Red+Green+Blue) = 191+194+81=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 81 (32.03% from 255 or 17.38% from 466); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC251 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC251 is #403DAE. Grayscale: #B4B4B4. Windows color (decimal): -4210095 or 5358271. OLE color: 5358271.
HSL color Cylindrical-coordinate representation of color #BFC251: hue angle of 61.59º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFC251 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 81 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.24 |
| HSL | 61.59º | 0.48% | 0.54% | - |
| HSV(B) | 61.59º | 0.58% | 0.76% | - |
| XYZ | 42.26 | 50.25 | 15.26 | - |
| YUV | 180.22 | 72.01 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 81 | 0.02 | 0 | 0.58 | 0.24 | 61.59 | 0.48 | 0.54 |
| Hex | BF | C2 | 51 | 2 | 0 | 3A | 18 | 3E | 30 | 36 |
| Octal | 277 | 302 | 121 | 2 | 0 | 72 | 30 | 76 | 60 | 66 |
| Binary | 10111111 | 11000010 | 1010001 | 10 | 0 | 111010 | 11000 | 111110 | 110000 | 110110 |
Color Harmonies of #BFC251
Complementary color
Monochromatic Colors of #BFC251
Black with #BFC251
Text Example
Text Example
White with #BFC251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC251; }
p { color: rgb(191,194,81); }
H1.HeaderClassName
{
color: #BFC251;
}
.AnyTagClassName
{
color: #BFC251;
}
</style>
background-color css
<style>
a { background-color: #BFC251; }
a { background-color: rgb(191,194,81); }
div.DivClassName
{
background-color: #BFC251;
}
.BgClassName
{
background-color: #BFC251;
}
</style>
border-color css
<style>
span { border-color: #BFC251; }
span { border-color: rgb(191,194,81); }
td.TdClassName
{
border-color: #BFC251;
}
.TagClassName
{
border-color: #BFC251;
}
</style>