Shades of Celery #BFC846
Tints of Celery #BFC846
RGB
CMYK
RGB Variations
Color information
#BFC846 (or 0xBFC846) is known color: Celery. HEX triplet: BF, C8 and 46. RGB value is (191,200,70). Sum of RGB (Red+Green+Blue) = 191+200+70=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 200 (78.52% from 255 or 43.38% from 461); Blue value is 70 (27.73% from 255 or 15.18% from 461); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC846 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC846 is #4037B9. Grayscale: #B7B7B7. Windows color (decimal): -4208570 or 4638911. OLE color: 4638911.
HSL color Cylindrical-coordinate representation of color #BFC846: hue angle of 64.15º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFC846 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 200 | 70 | - |
| CMYK | 0.04 | 0 | 0.65 | 0.22 |
| HSL | 64.15º | 0.54% | 0.53% | - |
| HSV(B) | 64.15º | 0.65% | 0.78% | - |
| XYZ | 43.25 | 52.83 | 13.71 | - |
| YUV | 182.49 | 64.52 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 70 | 0.04 | 0 | 0.65 | 0.22 | 64.15 | 0.54 | 0.53 |
| Hex | BF | C8 | 46 | 4 | 0 | 41 | 16 | 40 | 36 | 35 |
| Octal | 277 | 310 | 106 | 4 | 0 | 101 | 26 | 100 | 66 | 65 |
| Binary | 10111111 | 11001000 | 1000110 | 100 | 0 | 1000001 | 10110 | 1000000 | 110110 | 110101 |
Color Harmonies of #BFC846
Complementary color
Monochromatic Colors of #BFC846
Black with #BFC846
Text Example
Text Example
White with #BFC846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC846; }
p { color: rgb(191,200,70); }
H1.HeaderClassName
{
color: #BFC846;
}
.AnyTagClassName
{
color: #BFC846;
}
</style>
background-color css
<style>
a { background-color: #BFC846; }
a { background-color: rgb(191,200,70); }
div.DivClassName
{
background-color: #BFC846;
}
.BgClassName
{
background-color: #BFC846;
}
</style>
border-color css
<style>
span { border-color: #BFC846; }
span { border-color: rgb(191,200,70); }
td.TdClassName
{
border-color: #BFC846;
}
.TagClassName
{
border-color: #BFC846;
}
</style>