Shades of Celery #BFC248
Tints of Celery #BFC248
RGB
CMYK
RGB Variations
Color information
#BFC248 (or 0xBFC248) is known color: Celery. HEX triplet: BF, C2 and 48. RGB value is (191,194,72). Sum of RGB (Red+Green+Blue) = 191+194+72=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 72 (28.52% from 255 or 15.75% from 457); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC248 is #403DB7. Grayscale: #B3B3B3. Windows color (decimal): -4210104 or 4768447. OLE color: 4768447.
HSL color Cylindrical-coordinate representation of color #BFC248: hue angle of 61.48º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFC248 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 72 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.24 |
| HSL | 61.48º | 0.5% | 0.52% | - |
| HSV(B) | 61.48º | 0.63% | 0.76% | - |
| XYZ | 41.95 | 50.13 | 13.6 | - |
| YUV | 179.2 | 67.51 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 72 | 0.02 | 0 | 0.63 | 0.24 | 61.48 | 0.5 | 0.52 |
| Hex | BF | C2 | 48 | 2 | 0 | 3F | 18 | 3D | 32 | 34 |
| Octal | 277 | 302 | 110 | 2 | 0 | 77 | 30 | 75 | 62 | 64 |
| Binary | 10111111 | 11000010 | 1001000 | 10 | 0 | 111111 | 11000 | 111101 | 110010 | 110100 |
Color Harmonies of #BFC248
Complementary color
Monochromatic Colors of #BFC248
Black with #BFC248
Text Example
Text Example
White with #BFC248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC248; }
p { color: rgb(191,194,72); }
H1.HeaderClassName
{
color: #BFC248;
}
.AnyTagClassName
{
color: #BFC248;
}
</style>
background-color css
<style>
a { background-color: #BFC248; }
a { background-color: rgb(191,194,72); }
div.DivClassName
{
background-color: #BFC248;
}
.BgClassName
{
background-color: #BFC248;
}
</style>
border-color css
<style>
span { border-color: #BFC248; }
span { border-color: rgb(191,194,72); }
td.TdClassName
{
border-color: #BFC248;
}
.TagClassName
{
border-color: #BFC248;
}
</style>