Shades of Celery #BFC849
Tints of Celery #BFC849
RGB
CMYK
RGB Variations
Color information
#BFC849 (or 0xBFC849) is known color: Celery. HEX triplet: BF, C8 and 49. RGB value is (191,200,73). Sum of RGB (Red+Green+Blue) = 191+200+73=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 73 (28.91% from 255 or 15.73% from 464); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC849 is #4037B6. Grayscale: #B7B7B7. Windows color (decimal): -4208567 or 4835519. OLE color: 4835519.
HSL color Cylindrical-coordinate representation of color #BFC849: hue angle of 64.25º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFC849 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 200 | 73 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.22 |
| HSL | 64.25º | 0.54% | 0.54% | - |
| HSV(B) | 64.25º | 0.64% | 0.78% | - |
| XYZ | 43.34 | 52.87 | 14.22 | - |
| YUV | 182.83 | 66.02 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 73 | 0.04 | 0 | 0.64 | 0.22 | 64.25 | 0.54 | 0.54 |
| Hex | BF | C8 | 49 | 4 | 0 | 40 | 16 | 40 | 36 | 36 |
| Octal | 277 | 310 | 111 | 4 | 0 | 100 | 26 | 100 | 66 | 66 |
| Binary | 10111111 | 11001000 | 1001001 | 100 | 0 | 1000000 | 10110 | 1000000 | 110110 | 110110 |
Color Harmonies of #BFC849
Complementary color
Monochromatic Colors of #BFC849
Black with #BFC849
Text Example
Text Example
White with #BFC849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC849; }
p { color: rgb(191,200,73); }
H1.HeaderClassName
{
color: #BFC849;
}
.AnyTagClassName
{
color: #BFC849;
}
</style>
background-color css
<style>
a { background-color: #BFC849; }
a { background-color: rgb(191,200,73); }
div.DivClassName
{
background-color: #BFC849;
}
.BgClassName
{
background-color: #BFC849;
}
</style>
border-color css
<style>
span { border-color: #BFC849; }
span { border-color: rgb(191,200,73); }
td.TdClassName
{
border-color: #BFC849;
}
.TagClassName
{
border-color: #BFC849;
}
</style>